aboutsummaryrefslogtreecommitdiff
path: root/templates/post-page.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-03-21 21:38:23 -0500
committerfoswret <foswret@posteo.com>2026-03-21 21:38:23 -0500
commitd300415652d513a54c214c894e996036d2c999ce (patch)
treef66832112462c1c9f0544ce351fe901a9e3d3740 /templates/post-page.html
first commit
Diffstat (limited to 'templates/post-page.html')
-rw-r--r--templates/post-page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/post-page.html b/templates/post-page.html
new file mode 100644
index 0000000..5bb6f40
--- /dev/null
+++ b/templates/post-page.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+
+{% block content %}
+<h1 class="title">
+ {{ page.title }}
+</h1>
+<p class="subtitle"><strong>{{ page.date }}</strong></p>
+{{ page.content | safe }}
+{% endblock content %}