{% include 'components/favicon_links.html' %} {% include 'components/imports/bootstrap-css.html' %} {% block extra_css %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% include 'chaotikum_footer.html' %} {% include 'components/imports/bootstrap-js.html' %} {% block extra_js %}{% endblock %}