{# -*- engine:django -*- #} {% load django_vite i18n any_js %} {% get_current_language as LANGUAGE_CODE %} {% include "core/partials/meta.html" %} {{ SITE_PREFERENCES.general__title }} {% if SENTRY_ENABLED %} {% if SENTRY_TRACE_ID %} {% endif %} {% endif %} {{ FRONTEND_SETTINGS|json_script:"frontend_settings" }} {% if not need_maintenance_response %} {% vite_hmr_client %} {% endif %}
{% include "core/partials/splash_screen.html" %}
{% block no_frontend %} {% if not need_maintenance_response %} {% vite_asset 'aleksis/core/frontend/index.js' %} {% endif %} {% endblock no_frontend %}