Use HTMX on all pages
This commit is contained in:
parent
db2268badd
commit
dcbf98f829
1 changed files with 2 additions and 1 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue