{% extends 'app/bootstrap.html' %} {% load django_bootstrap5 %} {% block bootstrap5_before_content %} Skip to main content
{{ block.super }} {% endblock bootstrap5_before_content %} {% block bootstrap5_content %}

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

{% autoescape off %}{% bootstrap_messages %}{% endautoescape %} {% block content %} {% endblock content %}
{% endblock %}