custom/plugins/ProcWegmannTheme/src/Resources/views/storefront/page/content/index.html.twig line 11

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
  2. {% block cms_breadcrumb %}
  3.     {% if controllerAction != 'home' %}
  4.         <div class="breadcrumb cms-breadcrumb container">
  5.             {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  6.                 context: context,
  7.                 category: page.header.navigation.active
  8.             } only %}
  9.         </div>
  10.     {% endif %}
  11. {% endblock %}