custom/plugins/ChiliCustom/src/Resources/views/storefront/component/product/listing.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
  2. {% block element_product_listing_wrapper_content %}
  3.     {% block headline_product_list %}
  4.         <div class="csListing-headline">
  5.             <h1>{{page.header.navigation.active.name |upper }} </h1>
  6.         </div>
  7.     {% endblock %}
  8.     {{ parent() }}
  9. {% endblock %}