2023-10-21 18:36:27 +02:00
|
|
|
|
|
|
|
{% load static %}
|
|
|
|
|
|
|
|
<!-- Core JS Files -->
|
|
|
|
|
|
|
|
<script src="{% static 'libs/bootstrap/bootstrap.bundle.min.js' %}" type="text/javascript"></script>
|
2024-06-16 20:43:16 +02:00
|
|
|
|
|
|
|
<!-- Htmx JS & Extentions -->
|
2024-05-08 21:58:19 +02:00
|
|
|
<script src="{% static 'libs/htmx/htmx.min.js' %}" type="text/javascript"></script>
|
2024-06-16 20:43:16 +02:00
|
|
|
|
|
|
|
{% if DEBUG %}
|
|
|
|
<!-- Htmx Debug JS -->
|
|
|
|
<script src="{% static 'libs/htmx/debug.js' %}" type="text/javascript"></script>
|
|
|
|
{% endif %}
|