custom/plugins/Backshop/src/Resources/views/storefront/component/product/breadcrumb.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/breadcrumb.html.twig' %}
  2. {% block component_product_breadcrumb %}
  3.     {{ parent() }}
  4.     <div class="breadcrumb-placeholder">
  5.         {% sw_icon 'arrow-medium-right' style { 'size': 'fluid', 'pack': 'solid'} %}
  6.     </div>
  7.     <span class="breadcrump-current">
  8.         {{ product.translated.name }}
  9.     </span>
  10. {% endblock %}