{# SPDX-FileCopyrightText: Fondation RERO+ #} {# SPDX-License-Identifier: BSD-3-Clause #} {% from config.get('WIKI_TOAST_TEMPLATE') import toast %} {% block head %} {% block styles %} {{ bootstrap.load_css() }} {% endblock %} {{ _('Flask-Wiki') }} {% endblock %}
{% for category, message in get_flashed_messages(with_categories=True) %} {{ toast(message, category, autoshow=True) }} {% endfor %} {%- include "wiki/toasts.html" %}
{% block navigation %} {%- include "wiki/navigation.html" %} {% endblock %} {% block content %}{% endblock %}
{% block scripts %} {{ bootstrap.load_js() }} {% endblock %}