vendor/generationshop/consent-mode/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_cookie_permission %}
  3.     {{  parent() }}
  4.     {% if config('GshopConsentMode.config.isSharedDomain') %}
  5.         <template data-gshop-is-shared-domain="true"></template>
  6.     {% endif %}
  7. {% endblock %}