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

{% block page_title %}{{ title or "Dashboard" }}{% endblock %}

{% block page_actions %}{% endblock %}
{% block content %}{% endblock %}