diff --git a/flamingo/theme/templates/page.html b/flamingo/theme/templates/page.html
index 967efb84d085aafabc51aa5721cbb77030680829..0940d555751c20b18a7ef1347f2a67b26e5a29c7 100644
--- a/flamingo/theme/templates/page.html
+++ b/flamingo/theme/templates/page.html
@@ -3,7 +3,9 @@
 
 {% block content %}
 <div class="container" >
-    <h1>{{ content.content_title }}</h1>
+    <div class="page-header" >
+        <h1>{{ content.content_title }}</h1>
+    </div>
     {% if content.date is not none%}
     <p>
         <em>{{ content.date }}</em>