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

Registration

{{ render_form(form) }}

You may also want to log in.

{% endblock %}