summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:42 +0100
committera73x <[email protected]>2024-08-25 15:14:42 +0100
commit1b496432df1dc28b25eaeadec5fa537aaf014f98 (patch)
tree5d74e20a338c6487302693bc837afc27904ee3ab /templates/post.html
parentfea0ef77c8c98dfadd2f9d29804653293fd31c99 (diff)
feat(post): templating
add templating for posts and first post
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html5
1 files changed, 5 insertions, 0 deletions
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}}
+