{% capture append = "oxidBlock_content" %} {% set oContent = oView.getContent() %} {% set tpl = oViewConf.getActTplName() %} {% set oxloadid = oViewConf.getActContentLoadId() %} {% set template_title = oView.getTitle() %}
{% if not oContent.oxcontents__ddhidetitle.value %}

{{ template_title }}

{% endif %}
{{ oView.getParsedContent()|raw }}
{{ insert_tracker({title: template_title}) }} {% endcapture %} {% include "layout/page.html.twig" %}