{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, flash in messages %}
{{ flash }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %} {% if user_data %}

You are now logged in. Logout.

User:

{{ user_data }}
{% else %}

Landing page, try to login.

{% endif %} {% endblock %}
{% block scripts %} {% endblock %}