templates/includes/content-headline.html.twig line 1

Open in your IDE?
  1. {% set headline = pimcore_input('headline') %}
  2. {% do pimcore_head_title(headline.getData()) %}
  3. <div class="page-header">
  4.     {# we need to pipe the editable through the raw filter here as we saved it to a variable #}
  5.     <h1>{{ headline|raw }}</h1>
  6. </div>