{% load django_bootstrap5 %} {% load static %} {% load vite %} {% block title %}Acronomy{% endblock %} {% if debug %} {% else %} {% endif %} {% block extra_head %} {% endblock %} {% if not debug %} {% endif %} {% if user.is_authenticated %} {% endif %}
{% bootstrap_messages %} {% block heading %} {% endblock %}
{% block content %} {% endblock %}
{% include 'footer.html' %} {% if debug %} {% else %} {% endif %}