custom/plugins/SasBlogModule/src/Resources/views/storefront/block/cms-block-blog-detail.html.twig line 1
{% block block_sas_blog_detail %}{% set element = block.slots.getSlot('blogDetail') %}<div class="{% if section and section.sizingMode === 'boxed' %}col-md-8 offset-md-2{% endif %} abc" data-cms-element-id="{{ element.id }}">{% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}</div>{% endblock %}