{% set platform = global.platform %} {% include './tag/gtag/gtag.html' %} {% if global.optimize.enable == 'true' %} {% endif %} {% include './tag/meta/meta.html' %} {% if skin.use_custom_skin == "true" %} {% include './components/skin/skin.html' %} {% endif %} {% if personalNote %} {% endif %} {% include './tag/gtm/gtm-head.html' %} {% if global.clarity.enable == "true" %} {% include './js-imports/clarity.html' %} {% endif %} {% if global.scripts.enable == "true" %} {{ global.scripts.end_of_head_script }} {% endif %} {% set VslVersion = global.isVslVersion %} {% include './tag/gtm/gtm-body.html' %} {% for component in components %} {% if component == 'salesBanner' or component == 'header' or component == 'timeSensitiveBanner' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component !== 'salesBanner' and component !== 'header' and component !== 'timeSensitiveBanner' and component !== 'footer' %} {% include './components/' + component + "/" + component + '.html' %} {% endif %} {% endfor %}
{% for component in components %} {% if component == 'footer' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %} {% include './js-imports/paramsForwarding.html' %} {% include './js-imports/js-body.html' %} {% if global.enable_touchCR_Module == "true" %} {% endif %} {% if platform == 'google' %} {# % include './tag/gtag/gtag-reportConversion.html' % #} {% elif platform == 'facebook' %} {% include './js-imports/FB-pixel-CTA-event.html' %} {% endif %} {% if global.platform == 'facebook' %} {% if global.pingdomId.facebook %} {% endif %} {% endif %} {% if global.platform == 'google' %} {% if global.pingdomId.google %} {% endif %} {% endif %} {% if global.luckyOrangeID != null and global.luckyOrangeID != '' %} {% include './js-imports/luckyorange.html' %} {% endif %} {% if global.scripts.enable == "true" %} {{ global.scripts.end_of_body_script }} {% endif %}