templates/includes/blocks/single_headline.html.twig line 1

  1. {% set propertyName = propertyName|default('blocks') %}
  2. <div class="container mt-xl-5">
  3.     {% autoescape false %}
  4.     <h3 class="headline">{{ block.headline|pipe|nl2br|hyphenate}}</h3>
  5.     {% endautoescape %}
  6. </div>