{% for error in flash.errors %}
{{ error }}
{% endfor %} {% for notice in flash.notices %}
{{ notice }}
{% endfor %}