+
+
+
+
+
+ {% with messages = get_flashed_messages(with_categories=true) %} {% for
+ cat, msg in messages %}
+
+ {{ msg }}
+
+ {% endfor %} {% endwith %}
-
-
-
- {% with messages = get_flashed_messages(with_categories=true) %}
- {% for cat, msg in messages %}
-
- {{ msg }}
-
- {% endfor %}
- {% endwith %}
-
+
+
{% block content %}{% endblock %}
-
-
{% block content %}{% endblock %}
-
-
-
-{% block extra_js %}{% endblock %}
-
+
+
+ {% block extra_js %}{% endblock %}
+