vendor/store.shopware.com/mindsshoppingcartgoals/src/Resources/views/storefront/page/checkout/_page.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/checkout/_page.html.twig' %}
  2. {% block page_checkout_aside_container %}
  3.     {% set m28SCGMini = true %}
  4.     {% if page.extensions.scgShow.getValue() == true %}
  5.         {% sw_include '@Storefront/storefront/m28/progress-line/index.html.twig' %}
  6.     {% endif %}
  7.      {{ parent() }}
  8. {% endblock %}