{% load django_bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %} {% load static %} {% block extra_css %}{% endblock %} {% include 'includes/navbar.html' %}
{% include 'includes/sidebar.html' %}
{% comment %} {% include 'includes/breadcrumb.html' %} {% endcomment %} {% include 'includes/messages.html' %} {% block content %} {% endblock %}
{% include 'includes/footer.html' %} {% block extra_js %}{% endblock %}