__TITLE__

{% if not session.admin_logged_in %} Войти как админ {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} __CONTENT__