{% load static django_htmx %} {{ globals.project_title }} {# {% compress css %}#} {# {% endcompress %}#} {% django_htmx_script %} {% block styles %}{% endblock styles %} {% block body %} Nothing to see here. {% endblock %} {##} {# NEVER, EVER use htmx directly in the script tag. #} {# Only load external js files using #} {# because HTMX itelf is loaded with defer, and will get executed AFTER scripts in the page #} {% block scripts %}{% endblock scripts %} {# TODO get rid of scripts AND javascripts #} {% block javascripts %}{% endblock javascripts %} {% block modal %}{% endblock modal %} {% block toast %}{% endblock %}