{% if session.get('uid') %} {% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat, m in msgs %}
{{ m }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}