File: flash.html

package info (click to toggle)
bootstrap-flask 2.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,396 kB
  • sloc: python: 2,218; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
{% extends 'base.html' %}

{% block content %}
The messages above were rendered with the following code:
<pre>
{% raw %}{{ render_messages(container=False, dismissible=True, dismiss_animate=True) }}{% endraw %}
</pre>
{% endblock %}