{# read and display all flash messages #} {% for type, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %}