{% if need_js %} {% endif %} {% block head %}{% endblock %}

The Postal Owl

{% if g.uid != None %}

Logged in: {{ g.name }} (home) {% if g.is_admin %} [admin]{% endif %}  

{% else %}

Nobody logged in. {% endif %}

{% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endif %} {% endwith %} {% block body %}{% endblock %}