{% sw_extends '@Storefront/storefront/base.html.twig' %}
{% block base_body_inner %}
{{ page.bodyTag|raw }}
{{ parent() }}
{% endblock %}
{% block base_html %}
{% if not activeRoute %}
<html lang="{{ context.context.extensions.localeLanguage.content }}"
itemscope="itemscope"
itemtype="https://schema.org/WebPage">
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}