{% extends 'public/base.html' %} {% load i18n %} {# Override the outer container so we can render both the card and split layouts without being constrained by base.html's fixed
. #} {% block outer_container %}
{# Background panel — hidden in card mode, shown in split on large screens #} {# Login panel — always visible, full-width in card mode, right column in split #}
{% endblock outer_container %} {% block extra_include %} {% include 'bundles/bootstrap-js-bs5.html' %} {% endblock %}