diff --git a/templates/page.html b/templates/page.html index 2a86a09..491fecd 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,7 +1,9 @@ {% extends "base.html" %} {% block content %} -

{{ page.title }}

-
-

Published on: {{ page.date }}

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

{{ page.title }}

+
+

Published on: {{ page.date }}

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