From bc7a34ed6b2b6ec12259820a0921252482a3dcbb Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 9 May 2023 01:50:19 +0100 Subject: [PATCH] snapshot 09.05.2023.1 --- templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1e12b2d..2349245 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,9 @@ {% extends "layouts/default.html" %} {% block title %}{{system-data.first.site-name}}{% endblock %} {% block content %} -
- {{content | safe }} -
+
+
+ {{content | safe }} +
+
{% endblock %}