summaryrefslogtreecommitdiff
path: root/templates/root-page.html
diff options
context:
space:
mode:
authorlsof <lsof@mailbox.org>2025-09-02 12:03:22 +0200
committerlsof <lsof@mailbox.org>2025-09-02 12:03:22 +0200
commitba7fd8ed5809bb73971a9caf6c382c17782e0f60 (patch)
tree2208034b63b8f23c3122ebcaf659f991e48b25b4 /templates/root-page.html
parent04cdbbb8fd99fa3cb113106f6a83560cc0463a39 (diff)
makeover
Diffstat (limited to 'templates/root-page.html')
-rw-r--r--templates/root-page.html11
1 files changed, 11 insertions, 0 deletions
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 %}
+
+<h1 class="title">
+ {{ page.title }}
+</h1>
+{{ page.content | safe }}
+{% endblock content %}