{% extends "base.html" %} {% block title %}Administration{% endblock %} {% block links %} Startpage {% if logged_in %} - Logout {% endif %} {% endblock %} {% block content %}

Administration

{% if message %}
{{message[0]}}
{% endif %} {% endblock %}