12 lines
473 B
Twig
12 lines
473 B
Twig
{% if oViewConf.D3blShowGtmScript() %}
|
|
{% if oViewConf.getGtmContainerId() %}{% apply spaceless %}
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript>
|
|
<iframe src="{{ oViewConf.getServerSidetaggingNoJsDomain() }}?id={{ oViewConf.getGtmContainerId() }}"
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe>
|
|
</noscript>
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
{% endapply %}{% endif %}
|
|
{% endif %}
|
|
|
|
{{ parent() }} |