{% load static i18n insight_tags insight_assets %} {% if INSIGHT_UI.use_tailwind_cli %} {% include "insight_ui/tailwind_cli.html" %} {% endif %} {% block title %}{{ INSIGHT_UI.brand.title }}{% endblock %} {% url 'javascript-catalog' as javascript_catalog_url %} {% if javascript_catalog_url %} {% endif %} {% if INSIGHT_UI.load_prism %} {% endif %} {% if INSIGHT_UI.load_leaflet %} {% endif %} {% if INSIGHT_UI.load_echarts %} {% endif %} {% block extra_head %}{% endblock %} {% if use_default_loading_indicator is not False %}{% include "insight_ui/components/htmx_loading_indicator.html" %}{% endif %}
{% block background_image %} {% endblock background_image %}
{% with _sidebar_side="left" %}{% block sidebar_left %}{% endblock sidebar_left %}{% endwith %}
{% block heading %}{% endblock heading %}
{% block content %}{% endblock content %}
{% with _sidebar_side="right" %}{% block sidebar_right %}{% endblock sidebar_right %}{% endwith %}
{% block footer %} {% endblock footer %} {% if INSIGHT_UI.show_current_media_breakpoint %}
-
{% endif %} {% block extra_scripts %}{% endblock %}