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

Open in your IDE?
  1. {% set isHMRMode = true %}
  2. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  3. {% block base_body_classes %}{{ parent() }} is-tax--{{ context.taxState }}{% if page.getExtension("productsRequestOnly") %} request-only{% endif %}{% endblock %}
  4. {% block base_header_inner %}
  5.     <div class="header-main__topbar--background">
  6.         {% sw_include '@Storefront/storefront/layout/header/top-bar.html.twig' %}
  7.     </div>
  8.    {% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
  9. {% endblock %}
  10. {% block base_footer %}
  11.    {% sw_include '@Storefront/storefront/_footer.html.twig' %}
  12. {% endblock %}
  13. {% block sm_product_comparison_float_button %}
  14. {% endblock %}