diff --git a/templates/thread.html b/templates/thread.html index 99fa7be..a5af9b0 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -1,70 +1,91 @@ {% extends 'base.html' %} {% block h1 %} - {% block title %}Blue Thread{% endblock %} +{% block title %}Blue Thread{% endblock %} {% endblock %} - + {% block content %} - - {% with messages = get_flashed_messages()%} - {% if messages%} - {% for message in messages%} -

{{message}}

- {%endfor%} - {%endif%} - {%endwith%} -

Logged in as {{session.name}}

- -
- - - Numbering : + + Numbering : - - -
-
-
- - - - -
-
- - -

Blue Thread

-

-

- -
- - -

Blue Thread

- - - - -
+ + +
+
+
+ + + + +
+
+ + +
+

Blue Thread

+
+

+

+ +
+ + +
+

Blue Thread

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