{% set oContent = oView.getContent() %} {% set tpl = oViewConf.getActTplName() %} {% set oxloadid = oViewConf.getActContentLoadId() %} {% set template_title = oView.getTitle() %} {% set sContentBlock %}
{% if not oContent.oxcontents__ddfullwidth.value %}
{% endif %} {% if not oContent.oxcontents__ddhidetitle.value %}

{{ template_title }}

{% endif %}
{{ oView.getParsedContent()|raw }}
{% if not oContent.oxcontents__ddfullwidth.value %}
{% endif %}
{{ insert_tracker({title: template_title}) }} {% endset %} {% if oContent.oxcontents__ddislanding.value %} {% capture append = "oxidBlock_pageBody" %} {{ sContentBlock }} {% endcapture %} {% else %} {% capture append = "oxidBlock_content" %} {{ sContentBlock }} {% endcapture %} {% endif %} {% if oContent.oxcontents__ddislanding.value %} {% capture append = "oxidBlock_head" %} {% endcapture %} {% include "layout/base.html.twig" %} {% else %} {% include "layout/page.html.twig" %} {% endif %}