mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-10 14:27:28 +01:00
5 lines
119 B
Twig
5 lines
119 B
Twig
|
{% for message in app.flashes('notice') %}
|
||
|
<div class="flash-notice">
|
||
|
{{ message }}
|
||
|
</div>
|
||
|
{% endfor %}
|