{% set headline = pimcore_input('headline') %} {% do pimcore_head_title(headline.getData()) %}
{# we need to pipe the editable through the raw filter here as we saved it to a variable #}
{{ headline|raw }}