{% capture append = "oxidBlock_pageHeader" %} {% block layout_header %} {% include "layout/header.html.twig" %} {% endblock %} {% endcapture %} {% capture append = "oxidBlock_pageBody" %} {% if oView.showRDFa() %} {% include "rdfa/rdfa.html.twig" %} {% endif %} {% set sClassName = oView.getClassKey() %} {% set blFullwidth = oViewConf.getViewThemeParam("blFullwidthLayout") %} {% set blCmsOnlyStartPage = oViewConf.getViewThemeParam("blCmsOnlyStartPage") %} {% set oActCategory = oView.getActiveCategory() %} {# promoslider #} {% if sClassName == "start" and not blCmsOnlyStartPage %} {% set oBannerList = oView.getBanners() %} {% if not empty(oBannerList) and oBannerList.count() > 0 %}
{% endif %} {% endif %} {# root category teaser & header #} {% if sClassName == "alist" %} {% set blCategoryTeaser = true %} {% if not blHideBreadcrumb %}