diff --git a/templates/page.html b/templates/page.html index c6f1af5..c0e9977 100644 --- a/templates/page.html +++ b/templates/page.html @@ -7,6 +7,7 @@ {% block content %} +

{{ page.title }}

{{ page.content | safe }} {% endblock %}