custom/static-plugins/theme-base/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_classes %}
  3.     {{ theme_config('sales-channel-name') }}
  4.     {{ theme_config('settings-sticky-header') }}
  5.     {{ parent() }}
  6. {% endblock %}
  7. {% block base_header_inner %}
  8.     {% block wtheme_top_header %}
  9.         {% sw_include '@Wtheme/storefront/layout/header/top-header.html.twig' %}
  10.     {% endblock %}
  11.     
  12.     {{ parent() }}
  13. {% endblock %}