{% extends 'frontend/base.html' %} {% load tags %} {% block navbar %} {% endblock %} {% block content %}
{% if show_oidc_only %} {# OIDC-only screen: Just show centered "Login with Authentik" button #}
{% else %} {# Built-in authentication form #} {% if oidc_configured %} {# Show OIDC as secondary option when on builtin screen #}
{% endif %} {% endif %}
{% endblock %}