From 85920b8c7a2696115d1f77c046f48f6f00d639f1 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 7 Apr 2026 00:23:24 +0200 Subject: Init --- templates/post.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 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..10c51ee --- /dev/null +++ b/templates/post.html @@ -0,0 +1,47 @@ +{{define "post.html"}} + + + + + + + {{.Title}} + + + {{- range .ComponentScripts}} + + {{- end}} + + + + +
+ + {{.Content}} +
+ + + + + +{{end}} \ No newline at end of file -- cgit v1.3