{% if env == "development" %} {% include 'fragments/icons-dev.html' %} {% elif env == "staging" %} {% include 'fragments/icons-staging.html' %} {% else %} {% include 'fragments/icons-prod.html' %} {% endif %} {% if false %} {% include 'fragments/google-analytics-loader.html' %} {% endif %}
{% if false %} {% include 'fragments/google-analytics-post-loader.html' %} {% endif %}