summaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
authora73x <[email protected]>2024-08-25 15:14:41 +0100
committera73x <[email protected]>2024-08-25 15:14:41 +0100
commitfea0ef77c8c98dfadd2f9d29804653293fd31c99 (patch)
tree6dadd3062fc77d37e622838eb6b16a60e2774f4d /templates/posts.html
parent794401aaadfaa4efd91587db40439226231ff303 (diff)
feat: add templating
Diffstat (limited to 'templates/posts.html')
-rw-r--r--templates/posts.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/posts.html b/templates/posts.html
new file mode 100644
index 0000000..75d3801
--- /dev/null
+++ b/templates/posts.html
@@ -0,0 +1,4 @@
+{{template "base" .}}
+{{define "content"}}
+<h1>Posts</h1>
+{{end}}