{# -*- engine:django -*- #} {% load django_vite i18n any_js %} {% get_current_language as LANGUAGE_CODE %} {% include "core/partials/meta.html" %} {{ request.site.preferences.general__title }} {% if SENTRY_ENABLED %} {% if SENTRY_TRACE_ID %} {% endif %} {% include_js "Sentry" %} {{ SENTRY_SETTINGS|json_script:"sentry_settings" }} {% endif %} {% vite_hmr_client %}
{% include "core/partials/pure_css_loader.html" %}
{% vite_asset 'aleksis/core/assets/index.js' %}