{% if includeGoogleTagManager %} {% include "includes/google-scripts-head.html" %} {% endif %} {% if publicConfig and publicConfig.env == 'dev' %} {% elseif publicConfig and publicConfig.env === 'staging' %} {% else %} {% endif %} {% include "includes/og-meta.html" %} {% include "includes/webfonts.html" %} {% if includeManifest %} {% endif %} {% if ssr %} {{ cssLinks | safe }} {{ styleTag | safe }} {% endif %} {% include "includes/body-background.html" %} {% include "./icon.svg" %} {% if includeGoogleTagManager %} {% include "includes/google-scripts-body.html" %} {% endif %} {% if ssr %}
{{ html | safe }}
{% endif %} {% include "includes/fingerprint.html" %} {% if ssr %} {{ jsScripts | safe }} {% else %} {% endif %}