{% for type in ['primary','success', 'info', 'warning','danger'] %} {% for message in app.session.flashbag.get(type) %}
{{ message|raw }}