templates/includes/blocks/single_headline.html.twig line 1
{% set propertyName = propertyName|default('blocks') %}
<div class="container mt-xl-5">
{% autoescape false %}
<h3 class="headline">{{ block.headline|pipe|nl2br|hyphenate}}</h3>
{% endautoescape %}
</div>