ce0719e
1
2
3
4
5
6
7
8
9
10
11
{% if flashes %} <section class="flash-stack" aria-live="polite"> {% for flash in flashes %} <article class="flash flash-{{ flash.level }}"> <span class="flash-dot"></span> <p>{{ flash.message }}</p> </article> {% endfor %} </section> {% endif %}