{% macro flashes() %} {% for type in app.getAvailableFlashTypes %} {% for message in app.getFlash(type) %}
{{ message }} ×
{% endfor %} {% endfor %} {% endmacro %}