{% 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 %}
{% if user.picture %}
Avatar
{% endif %}
{{ user.name }}
{{ user.sub }}
{% if user.email %} {% endif %} {% if user.phone_number %} {% endif %} {% if user.groups %}
{% for group in user.groups %} {{ group }} {% endfor %}
{% endif %}
{% if user.website %} Website {% endif %}
{% else %} Sign in {% endif %}
{% block script %}{% endblock %}