diff --git a/templates/index.html b/templates/index.html index 10d354a..f96e516 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,55 +1,158 @@ + VOCALSHIFT +
-

VOCALSHIFT

+

VOCALSHIFT

- +
- +
+ +
+ +
+ +
+
+ {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} +
{% for category, message in messages %}
{{ message }}
@@ -58,6 +161,7 @@

VOCALSHIFT

{% endif %} {% endwith %}
+ - \ No newline at end of file +