diff --git a/templates/index.html b/templates/index.html
index 1e261615..cc97452b 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -15,7 +15,7 @@
{% include 'header.html' %}
{{ board.url }} - {{ board.title|e }}
-
+
{{ boardlist.top }}
{% if pm %}You have
an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %}
diff --git a/templates/thread.html b/templates/thread.html
index 8b160244..e293ed09 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -22,7 +22,7 @@
{{ board.url }} - {{ meta_subject }}
-
+
{{ boardlist.top }}
{% if pm %}You have
an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %}
{% if config.url_banner %}{% endif %}