{% for notice in app.flashes('primary') %} {% endfor %} {% for notice in app.flashes('success') %} {% endfor %} {% for notice in app.flashes('danger') %} {% endfor %} {% for notice in app.flashes('warning') %} {% endfor %} {% for notice in app.flashes('info') %} {% endfor %}