custom/static-plugins/AbasConnector/src/Resources/views/storefront/base.html.twig line 1

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