{% load static django_htmx %} {% block title %}Character Sheet{% endblock %}
{% if user.is_authenticated %} Déconnexion {% endif %} {% block content %} {% endblock %}
{% django_htmx_script %} {% if debug %} {% endif %}