diff --git a/templates/index.html b/templates/index.html
index 93cfcd2b..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/page.html b/templates/page.html
index 11b6b953..8802e341 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -9,7 +9,7 @@
{% if mod %}{% include 'mod/header.html' %}{% endif %}
{{ title }}
-
+
{% if pm %}You have
an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %}
{% if config.site_logo %}
diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html
index ea89e188..8332403a 100644
--- a/templates/themes/catalog/catalog.html
+++ b/templates/themes/catalog/catalog.html
@@ -10,7 +10,7 @@
{% include 'header.html' %}
{{ board }} - Catalog
-
+
{{ boardlist.top }}