From ba76e77d935998e4b128053dcc61d2ed4884cdda Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 21 Nov 2025 21:14:12 -0500 Subject: zola migration --- templates/post.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..794c715 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} {% block content %} + +
+
+ 📰 Post: {{ page.title }} +
+ + +
+
+
+

{{ page.title }}

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