{% load static django_htmx django_bootstrap5 %} {% block title %}CharaSheet - Gérez votre personnage de Chroniques Oubliées{% endblock %} {% include "common/icons.html" %} {% include "common/opengraph.html" %} {% block head_end %} {% endblock %} {% include "common/navbar.html" %}
{% bootstrap_messages %} {% block content %} {% endblock %}
{% include "common/footer.html" %} {% django_htmx_script %} {% if debug %} {% endif %}