From ac3f12a7c0f70511eafec13dce83946c111cbda2 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 15 Mar 2026 19:00:16 +0300 Subject: feat: initial + ci --- templates/post.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 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..f2a175b --- /dev/null +++ b/templates/post.html @@ -0,0 +1,33 @@ + + + + +{{post.title}} + + + + +<- back +

{{post.title}}

+

{{post.description}}

+
+{{{post.body}}} + + -- cgit v1.3