diff --git a/templates/page.html b/templates/page.html index 452a1ab..bd072be 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,6 +1,8 @@ {% extends "base.html" %} {% block content %} -

{{ page.title }}

- {{ page.content | safe }} +
+

{{ page.title }}

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