templates/default/components/atoms/headline/headline.html.twig line 1

Open in your IDE?
  1. {% if styling is not defined or (styling is defined and styling is empty) %}
  2. {% set styling = headlineTag|default('h1') %}
  3. {% endif %}
  4. <{{ headlineTag|default('h1') }} class="headline headline--{{ styling }} {{ class|default }}{% if position|default %} headline--{{ position }}{% endif %}" {{ attributes|default([])|getAttributes }}>
  5. {{ text | raw }}
  6. </{{ headlineTag|default('h1') }}>