custom/plugins/CogiCapskeeper/src/Resources/views/storefront/page/content/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
  2. {% block page_content %}
  3. {#    {% set breadcrumb = page.header.navigation.active.buildSeoBreadcrumb(context.salesChannel.navigationCategoryId) %}#}
  4. {#    {% if controllerAction != ('home') and breadcrumb|length > 1 %}#}
  5. {#        <div class="breadcrumb cms-breadcrumb cms-breadcrumb container">#}
  6. {#            {% block cms_breadcrumb %}#}
  7. {#                {% sw_include '@Storefront/storefront/component/listing/breadcrumb.html.twig' with {#}
  8. {#                    navigationTree: page.header.navigation.tree,#}
  9. {#                    category: page.header.navigation.active#}
  10. {#                } only %}#}
  11. {#            {% endblock %}#}
  12. {#        </div>#}
  13. {#    {% endif %}#}
  14.     <div class="cms-page">
  15.         {% block page_content_blocks %}
  16.             {% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %}
  17.         {% endblock %}
  18.     </div>
  19. {% endblock %}