custom/plugins/AtmosTheme/src/Resources/views/storefront/layout/breadcrumb.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/breadcrumb.html.twig' %}
  2. {% block layout_breadcrumb_placeholder %}
  3.     {% if key != breadcrumbKeys|last %}
  4.         <div class="breadcrumb-placeholder">
  5.             {% sw_icon 'arrow-right' style {'pack' : 'atmos'} %}
  6.         </div>
  7.     {% endif %}    
  8. {% endblock %}
  9. {% block layout_breadcrumb_list_item %}
  10.     {% if key is not same as(categoryId) %}
  11.         {{ parent() }}  
  12.     {% endif %}    
  13. {% endblock %}