fixes page template rendering
diff --git a/templates/page.html b/templates/page.html
index ffd4686..e0ab96e 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -2,7 +2,7 @@
 {% block title %}{{ page.title }}{% endblock %}
 
 {% block header %}
-<p>{{ page.title }</p>
+<p>Updated on {{ page.locale_date }}</p>
 {% endblock %}
 
 {% block content %}