{% block head %}
{{title}}
{% endblock head %}
Toggle navigation
{{ site_title }}
{#
Link
Link
Link
#}
{{ username }}
Logout
{% block page_tag %}{% endblock %}
{% block page_comment %}{% endblock %}
{% if info %}
{% for info_i in info %}
{{info_i}}
{% endfor %}
{% else %}
{% endif %} {% if success %}
{% for s in success %}
{{s}}
{% 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 %}