Gallery-Archivist/archivist/apps/templates/includes/scripts.html

15 lines
396 B
HTML
Raw Normal View History

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