{# Rendered through ``admin.index_view.render`` so the admin navbar (Hosts, Accounts, Modules, Settings, …) is present and the user can navigate back without the browser back button. #} {% extends 'admin/master.html' %} {% block body %}

Theme

Personal colour scheme. Affects only your own browser session.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}