custom/plugins/ATNTheme/src/Resources/views/storefront/component/blog/listing.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/blog/listing.html.twig' %}
  2. {% block sas_element_blog_listing_box %}
  3.     <div class="col-12 col-md-4 col-lg-4 my-4">
  4.         <div class="has-hover-shadow has-picture">
  5.             {% sw_include '@Storefront/storefront/component/blog/card/box.html.twig' %}
  6.         </div>
  7.     </div>
  8. {% endblock %}