{% set platform = 'facebook' %} {% 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.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' or component == 'sc_salesBanner' or component == 'sc_header' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component != 'salesBanner' and component != 'header' and component != 'footer' and component != 'sc_salesBanner' and component != 'sc_header' and component != 'sc_footer' %} {% include './components/' + component + "/" + component + '.html' %} {% endif %} {% endfor %}
{% for component in components %} {% if component == 'footer' or component == 'sc_footer' %} {% 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 platform == 'facebook' %} {% if global.pingdomId.facebook %} {% endif %} {% endif %} {% if platform == 'google' %} {% if global.pingdomId.google %} {% endif %} {% endif %} {% include './js-imports/luckyorange.html' %} {% if global.scripts.enable == "true" %} {{ global.scripts.end_of_body_script }} {% endif %}