{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load heliport %} {% load static %} {% load django_htmx %} {% comment %} NOTE: This injects a CSRF token into every page based on this template, even cached pages. The token will thus also be cached on these pages. {% endcomment %} {% block open_graph %} {% endblock open_graph %} {% block title %} HELIPORT {% endblock title %} {# base.css used without a path because it is compiled with webpack. #} {% block head %} {% endblock head %}
{% include "core/base/navbar.html" %}
{% block wide_content %} {% endblock wide_content %}
{% include "core/base/footer.html" %}
{% django_htmx_script %} {# Error handling script for debug mode #} {% block script %} {% endblock script %}