{% block extra_css %}{% endblock %}
{% block content %}{% endblock %} {% with mensajes = get_flashed_messages(with_categories=true) %} {% if mensajes %}
{% for categoria, texto in mensajes %}
{{ texto }}
{% endfor %}
{% endif %} {% endwith %}