{% set platform = global.platform_options.selected %} {% include './tag/gtag/gtag.html' %} {% if platform == 'google' %} {% include './tag/gtag/gtag-GGL.html' %} {% endif %} {% if global.optimize.enable == 'true' %} {% endif %} {% include './tag/meta/meta.html' %} {% if skin.use_custom_skin == "true" %} {% if skin.mainFont_options.selected == 'Open Sans' %} {% elif skin.mainFont_options.selected == 'Roboto' %} {% endif %} {% else %} {% endif %} {% 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' %} {# % if global.geolocation_options.selected == 'UK' %} {% include './components/GDPRBanner/GDPRBanner.html' %} {% endif % #} {% for component in components %} {% if component == 'header' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% if 'eComIframe' in components %} {% for component in components %} {% if component == 'vslSection' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component !== 'header' and component !== 'eComIframe' and component !== 'vslSection' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% else %} {% for component in components %} {% if component == 'vslSection' or component == 'about' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component !== 'header' and component !== 'vslSection' and component !== 'about' and component !== 'citations' and component !== 'footer' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}
{% for component in components %} {% if component == 'citations' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %} {% endif %}
{% if 'eComIframe' in components %} {% for component in components %} {% if component == 'eComIframe' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %} {% else %} {% for component in components %} {% if component == 'footer' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %} {% endif %} {% include './js-imports/paramsForwarding.min.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 platform == 'facebook' %} {% if global.pingdomId.facebook != '' %} {% endif %} {% elif platform == 'google' %} {% if global.pingdomId.google != '' %} {% endif %} {% endif %} {% if global.luckyOrangeID %} {% include './js-imports/luckyorange.html' %} {% endif %} {% if global.scripts.enable == "true" %} {{ global.scripts.end_of_body_script }} {% endif %}