Use HTMX on all pages

This commit is contained in:
Tobias Kunze 2025-03-20 08:25:58 +01:00
parent db2268badd
commit dcbf98f829

View file

@ -8,6 +8,7 @@
<link rel="stylesheet"
href="{% static 'mazer/compiled/css/app-dark.css' %}">
<link rel="stylesheet" href="{% static 'mazer/compiled/css/iconly.css' %}">
<script src="{% static "js/htmx.min.js" %}" defer></script>
</head>
<title>
{% block html_title %}
@ -15,7 +16,7 @@
{% endblock html_title %}
Servala</title>
</head>
<body>
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}'>
<script src="{% static 'mazer/static/js/initTheme.js' %}"></script>
<div id="app">
{% include 'includes/sidebar.html' %}