{% comment %} samba2020 - Webpage for https://samba.ccns.sbg.ac.at Copyright (C) 2019-2021 Thomas Hartmann This file is part of samba2020. samba2020 is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. samba2020 is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with samba2020. If not, see . {% endcomment %} {% load static wagtailuserbar %} {% load menu_tags %} {% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load title_generator %} {% load render_bundle from webpack_loader %} {% generate_title %} {% if settings %} {% image settings.samba_home.generalsitesettings.favicon fill-64x64 as favicon %} {% endif %} {% block css %} {% render_bundle 'samba_web/init_css.js' 'css' %} {% endblock %} {% wagtailuserbar %} {% wagtail_site as current_site %} {% if current_site is not None %}
{% endif %} {% block outer_header %}

{% block header %} {% endblock %}

{% endblock %} {% block main_content %}
{% include "components/alerts.html" %}
{% block content %} {% endblock %}
{% endblock %} {{ self.turn_table_links_into_buttons|json_script:"turn_table_links_into_buttons" }} {% block javascript %} {% render_bundle 'samba_web/init_general.js' %} {% for js in extra_js %} {% render_bundle js skip_common_chunks=True %} {% endfor %} {% endblock %} {% include "cookies/cookiealert.html" %}