{% load static i18n statici18n conjunto %} {#This is a generic html file for your application. You can extend it, or copy it and sort out the good parts ;-)#} {# TODO: make it internationalizable #} {% block title %}{{ globals.project_title }}{% endblock %} {% conjunto_css_scripts %} {% block styles %}{% endblock styles %} {% block body %} {% csrf_token %}
{% block header %}{% endblock %} {% block main-menu %}{% endblock %}
{% block page %}{% endblock %}
{% endblock %} {% get_current_language as LANGUAGE_CODE %} {% conjunto_js_scripts %} {# 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 %} {% block modal %}{% endblock modal %} {% block toasts %}{% endblock toasts %}