{% extends 'tutorial/bootstrap.html' %} {% load django_bootstrap5 %} {% load static %} {% block bootstrap5_extra_head %} {% endblock %} {% block bootstrap5_content %} {% include 'tutorial/navbar.html' %}
{% block content %}(no content){% endblock %}
{% include 'tutorial/footer.html' %} {% endblock %}