custom/plugins/NrbnLvgTheme/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 cms_breadcrumb %}
  3.     <div class="container">
  4.         {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  5.             context: context,
  6.             category: page.header.navigation.active
  7.         } only %}
  8.     </div>
  9. {% endblock %}