{% for type, messages in app.flashes(['success', 'error']) %} {% for message in messages %} {% endfor %} {% endfor %}