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

8 lines
233 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>
<script src="{% static 'libs/htmx/htmx.min.js' %}" type="text/javascript"></script>