From 7ae181e09835a38d88990f18b8f0ed42835959ee Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 7 Oct 2019 16:38:46 +0200 Subject: Initial commit --- src/templates/post.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/templates/post.html (limited to 'src/templates/post.html') diff --git a/src/templates/post.html b/src/templates/post.html new file mode 100644 index 0000000..732149b --- /dev/null +++ b/src/templates/post.html @@ -0,0 +1,11 @@ +
+
+ Posted on $date$ + $if(author)$ + by $author$ + $endif$ +
+
+ $body$ +
+
-- cgit v1.2.3