{% block head %}
{{title}}
{% endblock head %}
Toggle navigation
{{ site_title }}
{% block page_tag %}{% endblock %}
{#
Link
Link
Link
#}
{{ username }}
{% if not anon %}
Logout
{% endif %}
{% block page_comment %}{% endblock %}
{% if success %}
{% for s in success %}
{{s}}
{% endfor %}
{% else %}
{% endif %} {% if info %}
{% for info_i in info %}
{{ info_i | safe }}
{% endfor %}
{% else %}
{% endif %} {% if errors %}
{% for error in errors %}
{{error}}
{% endfor %}
{% else %}
{% endif %} {% if warnings %}
{% for warning in warnings %}
{{warning}}
{% endfor %}
{% else %}
{% endif %}
{% block content %}Content not defined.{% endblock %}
{% block js %} {% endblock %}