{% block page_title %}Dashboard{% endblock %}
Cerca
{% block topbar_actions %}{% endblock %}
{% with msgs = get_flashed_messages(with_categories=True) %} {% for cat, msg in msgs %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}