{% extends 'app/bootstrap.html' %} {% load django_bootstrap5 %} {% block bootstrap5_content %}

{% block title %}(no title){% endblock %}

{% autoescape off %}{% bootstrap_messages %}{% endautoescape %} {% block content %}(no content){% endblock %}
{% endblock %}