{% extends '@IDEALContent/layout.html.twig' %} {% block content %} {{ pimcore_head_title() }}
{{ pimcore_image("image",{ "thumbnail": "IULNXTAppHeader", }) }}

IDEAL {{ pimcore_input("stage-headline-top",{ "placeholder": "Thema" }) }}

{{ pimcore_input("stage-headline-sub",{ "placeholder": "Sub" }) }}

{{ pimcore_areablock("content", { "allowed": ["contact","faq", "intro","content", "custom", "smashleads"], "group": { "Inhalt": ["intro", "content"], "Standard": ["contact", "faq"], "Custom": ["custom", "smashleads"] }, "globalParams": { "myGlobalParam": "Global param value" }, "params": { "iframe": { "parameter1": "value1", "parameter2": "value2" }, "googletagcloud": { "param1": "value1" } } }) }}
{% endblock %}