custom/plugins/CheckoutPlugin/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {# Prepend register modal: Depending on implicit or explicit user #}
  3. {% block base_main %}
  4. {{ parent() }}
  5. {% block base_noscript %}
  6. <noscript>
  7. <meta http-equiv="refresh" content="0; url=/noscript" />
  8. </noscript>
  9. {% endblock %}
  10. {% endblock %}