vendor/dedi/sylius-seo-plugin/src/Resources/views/Shop/Body/_googleTracking.html.twig line 1

Open in your IDE?
  1. {%- if sylius.channel.googleTagManagerId is not null -%}
  2. <!-- Google Tag Manager (noscript) -->
  3. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ sylius.channel.googleTagManagerId }}"
  4.                   height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  5. <!-- End Google Tag Manager (noscript) -->
  6. {%- endif -%}