{% extends 'base.html' %} {% from 'bootstrap5/form.html' import render_form %} {% block content %}

Login

{{ render_form(form) }} {% endblock content %}