{% load compress static %}
{% compress css %}
{% if LANGUAGE_BIDI %}
{% else %}
{% endif %}
{% if theme == "dark" %}
{% elif theme != "light" %}
{# auto, unset, or any other non-explicit value: gate on system preference #}
{% endif %}
{% endcompress %}
{% if custom_css_hash %}
{% endif %}