custom/static-plugins/AbasConnector/src/Resources/views/storefront/layout/header/search.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/search.html.twig' %}
  2. {% block layout_header_search %}
  3.     {% if context.customerRole.canSeeCatalog() %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}