From baacd0288136b41507479bc40c29f4f69e1f688a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 7 May 2024 05:21:25 +0100 Subject: initial commit --- templates/post.html | 13 +++++++++++++ 1 file changed, 13 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..80d0291 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,13 @@ +
+
+
+
+

$title$

+ $date$ +
+
+
+
+ $body$ +
+
\ No newline at end of file -- cgit