custom/static-plugins/CytexTheme/src/Resources/views/storefront/layout/navigation/offcanvas/general-headline.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/navigation/offcanvas/general-headline.html.twig' %}
  2. {% block layout_navigation_offcanvas_navigation_categories_headline %}
  3.     <div class="navigation-offcanvas-headline d-flex justify-content-between text-uppercase cytex-font-size-16">
  4.         {% block layout_navigation_offcanvas_navigation_categories_headline_text %}
  5.             {{ "general.categories"|trans|sw_sanitize }}
  6.         {% endblock %}
  7.         <span class="cytex-icon-8px">{% sw_icon 'arrows-right' style {
  8.         'namespace': 'CytexTheme',
  9.         'pack': 'cytex',
  10.         'size': 'xs'
  11.         } %}
  12.             </span>
  13.     </div>
  14. {% endblock %}