{% if headline.text %}
{{ block('headline_component') }}
{% endif %}
{% set text_attributes = attrs()
.addClass('rte')
.mergeWith(text_attributes|default)
%}
{{text|csp_inline_styles|insert_tag_raw|encode_email|raw }}
{% if data.jumptotext and data.jumpto %}
{% set currentPath = insert_tag('link_url::' ~data.jumpto) %}
{{data.jumptotext}}
{% endif %}
{% if image %}