{% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
{# Adjusted layout #}
{% block page_checkout_main %}
{# Moved to the main container #}
{% block base_flashbags_checkout %}{% endblock %}
{% block page_checkout_main_content %}{% endblock %}
{% endblock %}
{# Added free shipping container #}
{% block page_checkout_aside_summary %}
{{ parent() }}
{% block page_checkout_aside_free_shipping %}
{% sw_include '@Storefront/storefront/component/checkout/free-shipping-indicator.html.twig' %}
{% endblock %}
{% endblock %}