summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authoreqkter <thyro@gmx.ru>2023-08-18 22:32:12 +0200
committereqkter <thyro@gmx.ru>2023-08-18 22:32:12 +0200
commit98b3e864c7595d15c24b05cc0e2bd29f87a13a09 (patch)
tree330c1f743e8ce7cb1fc673fcb6f8abb57c9b61d3 /templates/page.html
Initial commit
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
new file mode 100644
index 0000000..f0f638e
--- /dev/null
+++ b/templates/page.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block content %}
+<h1 class="title">
+ {{ page.title }}
+</h1>
+<p class="subtitle"><strong>{{ page.date }}</strong></p>
+{{ page.content | safe }}
+{% endblock content %}