custom/plugins/Accentum/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.     {#<div class="breadcrumb cms-breadcrumb cms-breadcrump container">
  4.         {% block cms_breadcrumb %}
  5.             {% sw_include '@Storefront/storefront/component/listing/breadcrumb.html.twig' with {
  6.                 navigationTree: page.header.navigation.tree,
  7.                 category: page.header.navigation.active
  8.             } only %}
  9.         {% endblock %}
  10.     </div>#}
  11.     <div class="cms-page">
  12.         {% block page_content_blocks %}
  13.             {% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %}
  14.         {% endblock %}
  15.     </div>
  16. {% endblock %}