ContaPyme
{% with mensajes = get_flashed_messages(with_categories=true) %} {% for categoria, mensaje in mensajes %}

{{ mensaje }}

{% endfor %} {% endwith %} {% block contenido %}{% endblock %}