custom/plugins/ShopStudioPixelYourShop/src/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_tracking %}
  3.     {{ parent() }}
  4.     {% block shopstudio_pixelyourshop_head_code %}
  5.         {{ sspysRenderHeadCode()|raw }}
  6.     {% endblock %}
  7. {% endblock %}