{% extends "layout.html" %} {% block title %}Control Panel{% endblock %} {% block body_class %}plain-page frontpage admin {{ body_class }}{% endblock %} {% block body %}
{% for notice in flashes %}

{{ notice|safe }}

{% endfor %} {% include "controlpanel/controls.html" %} {% include "controlpanel/notifications.html" %} {% include "controlpanel/users.html" %}
{% endblock %}