{# id -> moin-flash is used to add special alerts for ex. for changes to User Settings via JS, see common.js #}
{% for category, msg in get_flashed_messages(with_categories=true) %}
{{ msg }}
{% endfor %}
{% block views %} {% endblock %} {% set content_id = self.local_panel and 'moin-content' or 'moin-content-no-panel' %}
{% block content %} {# All content templates should implement this block. #} {% endblock %}