{% extends "base.html" %} {# This login template can and should be overridden in a local template #} {% load django_bootstrap5 %} {% block content %}

Log In

{% include "bits/login_forms.html" %}
{% endblock %}