{% sw_extends '@Storefront/storefront/block/cms-block-image-text.html.twig' %}
{% block block_image_text_left %}
<div class="col-md-12">
{% sw_include '@Storefront/storefront/enet-subshop/start.html.twig' with {
'enet_subshop': page.header.extensions.enetSubshop,
'cls': controllerAction
} %}
</div>
{% endblock %}