From e5ec87ffa540160157649a8f44e4641c70836f46 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 14 Jun 2021 12:08:22 +0200 Subject: [PATCH] Formatting overhaul for pages --- templates/page.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 %}