{% include 'components/imports/bootstrap-css.html' %} {% include 'components/imports/fontawesome.html' %} {% include 'components/imports/toastify-css.html' %} {% if current_user and current_user.is_authenticated %} {% if current_user.theme == 'dark' %} {% elif current_user.theme == 'classic' %} {% else %} {% endif %} {% else %} {% endif %} {% block extra_css %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% if session.get('user', {}).get('show_update_notification') %} {% endif %} {% block content %}{% endblock %}
{% include 'chaotikum_footer.html' %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% endfor %} {% endif %} {% endwith %}
{% include 'components/imports/bootstrap-js.html' %} {% include 'components/imports/jquery.html' %} {% include 'components/imports/toastify.html' %} {% block extra_js %}{% endblock %} {% if current_user and current_user.is_authenticated %} {% endif %}