diff --git a/templates/thread.html b/templates/thread.html
index e841668bf..e26d4bcc6 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -8,7 +8,19 @@
{{ thread.body }}
Posted at {{ thread.posted }}
{% for post in posts -%}
-
{{ post.body }}
Posted at {{ post.posted }}
+ {{ post.body }}
Posted at {{ post.posted }}
{%- endfor %}
+
+
+