{% set platform = global.platform %} {#% 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 !== 'header' and component !== 'footer' %} {% include './components/' + component + "/" + component + '.html' %} {% endif %} {% endfor %}
{#% include './js-imports/paramsForwarding.html' %#} {% include './js-imports/js-body.html' %} {#% if global.tcr.enable == "true" %} {% 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 %#}