diff --git a/templates/section.html b/templates/section.html
index b68b2ee..fc1745c 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -49,8 +49,8 @@
{% endblock header %} {% block title %} {% endblock title %} {% block main %}
- {{ section.content | safe }}
{{ section.title }}
+ {{ section.content | safe }}
{% for year, pages in section.pages | group_by(attribute="year") %}