{% block page_content_section_default %} {# ludtwig-ignore twig-hash-key-no-quotes #} {% set layout = section.sizingMode ? section.sizingMode|replace({'_': '-'}) : 'container' %}
{% for block in section.blocks %} {% block section_default_content_block %} {% sw_include '@Storefront/storefront/section/cms-section-block-container.html.twig' %} {% endblock %} {% endfor %}
{% endblock %}