{{ brand }}
{% if cu %}
{% else %} Log in {% endif %}
{% with msgs = get_flashed_messages(with_categories=true) %} {% for cat,msg in msgs %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}