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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_body_inner %}
  3.     {{ page.bodyTag|raw }}
  4.     {{ parent() }}
  5. {% endblock %}
  6. {% block base_html %}
  7.     {% if not activeRoute %}
  8.         <html lang="{{ context.context.extensions.localeLanguage.content }}"
  9.             itemscope="itemscope"
  10.             itemtype="https://schema.org/WebPage">
  11.     {% else %}
  12.         {{ parent() }}
  13.     {% endif %}
  14. {% endblock %}