{% 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 %}
{% include "widget/promoslider.html.twig" %}
{% endif %} {% endif %} {# root category teaser & header #} {% if sClassName == "alist" %} {% set blCategoryTeaser = true %} {% if not blHideBreadcrumb %}
{% block layout_alist_breadcrumb %} {% include "widget/breadcrumb.html.twig" %} {% endblock %}
{% endif %} {% block page_category_teaser %} {% if oxidBlock_categoryTeaser %}
{% for _block in oxidBlock_categoryTeaser %} {{ _block|raw }} {% endfor %}
{% endif %} {% endblock %} {% block page_category_header %} {% if oxidBlock_categoryHeader %}
{% for _block in oxidBlock_categoryHeader %} {{ _block|raw }} {% endfor %}
{% endif %} {% endblock %} {% endif %} {# content #}
{% if not blHideBreadcrumb and not blCategoryTeaser and sClassName != "start" %} {% block layout_breadcrumb %} {% include "widget/breadcrumb.html.twig" %} {% endblock %} {% endif %} {% block page_title %} {% for _block in oxidBlock_title %}
{{ _block|raw }}
{% endfor %} {% endblock %}
{% if sidebar and sidebar != "right" %}
{% include "layout/sidebar.html.twig" %}
{% endif %} {% if oxidBlock_content %} {% endif %} {% if sidebar and sidebar == "right" %}
{% include "layout/sidebar.html.twig" %}
{% endif %}
{% block page_scroller %}
{% endblock %} {% endcapture %} {% capture append = "oxidBlock_pageFooter" %} {% include "layout/footer.html.twig" %} {% endcapture %} {% capture append = "oxidBlock_pageQuicklinks" %} {% if oViewConf.getViewThemeParam("blDisplayQuicklinks") %} {% block page_quicklinks %} {% include "widget/quicklinks/quicklinks.html.twig" %} {% endblock %} {% endif %} {% endcapture %} {% capture append = "oxidBlock_pageModal" %} {% block page_modals %} {# c4s :: login modal #} {% if not oxcmp_user %} {% include "modal/login.html.twig" %} {% endif %} {# c4s :: fullscreen spinner #} {% include "modal/spinner.html.twig" %} {# c4s :: browser update modal #} {% include "modal/browser_update.html.twig" %} {# c4s :: error modal #} {% include "message/errors.html.twig" %} {{ insert_new_basket_item({tpl: "widget/minibasket/minibasketmodal.html.twig", type: "popup"})|raw }} {% endblock %} {% endcapture %} {% include "layout/base.html.twig" %}