From ba7fd8ed5809bb73971a9caf6c382c17782e0f60 Mon Sep 17 00:00:00 2001 From: lsof Date: Tue, 2 Sep 2025 12:03:22 +0200 Subject: makeover --- templates/root-page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/root-page.html (limited to 'templates/root-page.html') diff --git a/templates/root-page.html b/templates/root-page.html new file mode 100644 index 0000000..bf837bd --- /dev/null +++ b/templates/root-page.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}{{ page.title }}{% endblock title %} + +{% block content %} + +

+ {{ page.title }} +

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