{% set headline = pimcore_input('headline', {'placeholder': 'Heading'}) %} {% set lead = pimcore_wysiwyg('lead', { height: 100, 'placeholder': 'Lead Text' }) %} {% if editmode or not headline.isEmpty() %} {% endif %} {% if editmode or not lead.isEmpty() %}
{{ lead|raw }}
{% endif %}