{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Madplaner
About
{% if current_user.is_authenticated %}
Dashboard
Sign Out
{% else %}
Login
Register
{% endif %}
About
{% if current_user.is_authenticated %}
Dashboard
Sign Out
{% else %}
Login
Register
{% endif %}
{% block content %}{% endblock %}