File: flash.html

package info (click to toggle)
bootstrap-flask 2.4.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 28,784 kB
  • sloc: python: 2,334; makefile: 30
file content (6 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
{% extends 'base.html' %}

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