{% if pimcore_input("extern-title").isEmpty() != true %}
{% endif %}
{% if pimcore_wysiwyg("extern-intro").isEmpty() != true %}
{{ pimcore_wysiwyg("extern-intro").getData() | raw }}
{% endif %}
{% if pimcore_input("extern-url").isEmpty() != true %}
{% endif %}
{% if pimcore_textarea("extern-content").isEmpty() != true %}
{{ pimcore_textarea("extern-content").getData() | raw }}
{% endif %}