{% sw_extends '@Storefront/storefront/base.html.twig' %}
{# Prepend register modal: Depending on implicit or explicit user #}
{% block base_main %}
{{ parent() }}
{% block base_noscript %}
<noscript>
<meta http-equiv="refresh" content="0; url=/noscript" />
</noscript>
{% endblock %}
{% endblock %}