diff --git a/templates/thread.html b/templates/thread.html
index 7a2d6ee2e..f11b96b4d 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -21,60 +21,47 @@
-
-
-
-
+
+
+
{{ title }}
+
- {% for post in posts -%}
-
-
- {{ post.posted }}
-
-
-
-
-
-

-
-
-
-
- {{ post.author_name }}
-
-
-
-
- {{ post.body }}
-
-
-
- {%- endfor %}
+ {% for post in posts -%}
+
+
+

+
{{ post.author_name }}
+
-
+ {%- endfor %}
+
+
+
+