{% set bs_class = { 'success': 'bg-success text-white', 'error': 'bg-danger text-white', 'warning': 'bg-warning text-dark', 'info': 'bg-info text-dark' } %} {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %}
{% for category, message in messages %} {% endfor %}
{% endif %} {% endwith %}