{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_head %} {% sw_extends parent() %} {% endblock %} {% block base_body_classes %} {{ parent() }} is-asocut-theme {% endblock %} {% block base_body_inner %}
{% block asocut_header %} {% sw_include '@AsocutTheme/storefront/layout/header/header.html.twig' %} {% endblock %}
{% block asocut_main_content %} {% block base_main %}{% endblock %} {% endblock %}
{% block asocut_footer %} {% sw_include '@AsocutTheme/storefront/layout/footer/footer.html.twig' %} {% endblock %}
{% endblock %} {% block base_body_script %} {{ parent() }} {% endblock %}