custom/plugins/SasBlogModule/src/Resources/views/storefront/element/cms-element-blog-newest-listing.html.twig line 1

Open in your IDE?
  1. {% block sas_element_blog_newest_listing %}
  2.     {% block sas_element_blog_newest_listing_wrapper %}
  3.         {% sw_include '@Storefront/storefront/component/blog/newest-listing.html.twig' with {
  4.             searchResult: element.data,
  5.         } %}
  6.     {% endblock %}
  7. {% endblock %}