From 1b496432df1dc28b25eaeadec5fa537aaf014f98 Mon Sep 17 00:00:00 2001 From: a73x Date: Sun, 25 Aug 2024 15:14:42 +0100 Subject: feat(post): templating add templating for posts and first post --- templates/post.html | 5 +++++ 1 file changed, 5 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..69c17e2 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,5 @@ +{{template "base" .}} +{{define "content"}} +{{ . }} +{{end}} + -- cgit v1.2.3