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