{% sw_extends '@Storefront/storefront/page/content/detail.html.twig' %}
{% block page_content_sections_inner %}
<div class="cms-type--{{ cmsPage.type }}">
{{ parent() }}
</div>
{% endblock %}