{% load static %} {% load bootstrap5 %} {% load plots %} {# meta stuff#} {{ website_title }} {# css#} {#scripts#} {# these could be fetched over public CDN#} {% bootstrap_javascript %} {##} {# own scripts#}
{#
#} {##} {#
#}
{#
#} {% if chat_disabled == False %}
{{ chat_title }}
{# #}
{% endif %}
{#
#} {# #} {#
#} {% bootstrap_messages %}
Settings
{% if user.is_authenticated %} Logout {% else %} Login {% endif %}
{% if always_maximize_chat %} {% endif %}