From 271298a9763515e1735abc5a68eff102c3d676c4 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 21 Dec 2022 23:45:30 +0100 Subject: initial version of own template --- templates/page.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/page.html (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..61dd22f --- /dev/null +++ b/templates/page.html @@ -0,0 +1,16 @@ +{% extends "index.html" %} + +{% block content %} +
+
+

{{ page.title }}

+
+
+ {{ page.content | safe }} +
+
+{% endblock content %} + + -- cgit v1.2.3