diff --git a/brutaldon/templates/main/thread.html b/brutaldon/templates/main/thread.html
index a3feb3b..09ad7db 100644
--- a/brutaldon/templates/main/thread.html
+++ b/brutaldon/templates/main/thread.html
@@ -18,14 +18,16 @@ mastodon.status_context()
Thread
+
{% include "main/toot_partial.html" with toot=root %}
+
{% for descendant in descendants %}
{% if descendant == toot %}
{% include "main/toot_partial.html" with toot=toot active=True %}
{% else %}
{% include "main/toot_partial.html" with toot=descendant %}
{% endif %}
-
+
{% endfor %}
{% if not preferences.no_javascript %}