Skip to content

Instantly share code, notes, and snippets.

@ahoulgrave
Created December 17, 2015 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahoulgrave/f1339cf921d34786b19a to your computer and use it in GitHub Desktop.
Save ahoulgrave/f1339cf921d34786b19a to your computer and use it in GitHub Desktop.
{% for label, flashes in app.session.flashbag.all %}
{% for flash in flashes %}
<div class="alert alert-{{ label }}">
{{ flash }}
</div>
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment