custom/apps/Userc/Resources/views/storefront/layout/meta.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
  2. {% block layout_head_javascript_feature %}
  3.     {% block layout_head_javascript_usercentrics_consent_manager %}
  4.         {% if config('Userc.config.script') %}
  5.             {{ config('Userc.config.script')|raw }}
  6.         {% endif %}
  7.     {% endblock %}
  8.     {{ parent() }}
  9. {% endblock %}