custom/plugins/NgsShopRestrict/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2.  {% block base_breadcrumb %}
  3.      {% if page.extensions.notAllowedRoutes.isAllowedRoute('frontend.navigation.page') %}
  4.          {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  5.              context: context,
  6.              themeIconConfig: themeIconConfig,
  7.              category: page.product.seoCategory
  8.          } only %}
  9.      {% endif %}
  10.  {% endblock %}