{% block head %}{% endblock %} {% block javascript %}{% endblock %}
{% if messages %}
{% for msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}
{% if user.is_authenticated %}Angemeldet als:
{{ user.username }}
-
LogOut
{% else %}
Zur Anmeldung
{% endif %}