{% if logo_url %}{% endif %} {% block style %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

{{ name }}

{% if user %}

Welcome {{ user.name }}

{% if user.groups %}

You're a member of the following groups: {{ user.groups }}

{% endif %} {% else %} Welcome, please log-in. {% endif %}
{% block script %}{% endblock %}