{% load static %} {% load aa_customizer_tags %} {# If a custom favicon has been uploaded, use it exclusively. #} {# Otherwise fall back to the default Alliance Auth icon set. #} {% customizer_favicon_tags as custom_favicons %} {% if custom_favicons %} {{ custom_favicons }} {% else %} {% endif %}