{% 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 %}