From f28c56ddd35ab468527eda2b116f300732938205 Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 17:20:59 -0400 Subject: Initial Commit (Fresh Start) --- templates/post.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..ae884d5 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,30 @@ +{% extends "base.html" %} +{% block headcontent %} + + + + + + + + + +{% endblock headcontent %} +{% block content %} +
+
+ 📰 Post: {{ page.title }} +
+ + +
+
+
+

{{ page.title }}

+
{{ page.content | safe}}
+
+
+{% endblock content %} -- cgit v1.3-2-g0d8e