{% set platform = global.platform %} {% include './tag/gtag/gtag.html' %} {% if global.optimize.enable == 'true' %} {% include './js-imports/anti-flicker-snippet.html' %} {% 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' %} {% include './components/' + component + "/" + component + '.html' ignore missing %} {% endif %} {% endfor %}