summaryrefslogtreecommitdiff
path: root/templates/root-page.html
diff options
context:
space:
mode:
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 %}