custom/plugins/DreiscSeoPro/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.     {# Make sure that we also loda the product variable #}
  4.     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  5.         context: context,
  6.         category: page.product.seoCategory,
  7.         product: page.product
  8.     } only %}
  9. {% endblock %}