{% load static %}
{% load sass_tags %}
{% load tz_detect %}
{% if request.user.is_authenticated %}
{% tz_detect %}
{% endif %}
{% if site_color == 'azure' %}
{% else %}
{% endif %}
{% if request.META.HTTP_HOST == site_domain %}
{% else %}
{% endif %}
{{ site_head|safe }}