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

Open in your IDE?
  1. {% block block_newest_listing %}
  2.     {% set element = block.slots.getSlot('listing') %}
  3.     <div class="col-12" data-cms-element-id="{{ element.id }}">
  4.         {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
  5.     </div>
  6. {% endblock %}