{% 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 %} {% 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 %} {% include './tag/gtm/gtm-body.html' %} {% for component in components %} {% if component == 'salesBanner' or component == 'header' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component !== 'salesBanner' and component !== 'header' 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 %} {% for component in components %} {% if component == 'ticker' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %} {% include './js-imports/paramsForwarding.html' %} {% include './js-imports/js-body.html' %} {% if global.touchCR_Module.enable == "true" %} {% include './js-imports/tcr-module.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 %}