{% load static %}
{% load sri %}
{% if NIGHT_MODE %}
{% if debug %}
{% else %}
{% sri_static 'allianceauth/css/themes/darkly/darkly.min.css' %}
{% endif %}
{% else %}
{% if debug %}
{% else %}
{% sri_static 'allianceauth/css/themes/flatly/flatly.min.css' %}
{% endif %}
{% endif %}