From 85920b8c7a2696115d1f77c046f48f6f00d639f1 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 7 Apr 2026 00:23:24 +0200 Subject: Init --- templates/index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..00cae5c --- /dev/null +++ b/templates/index.html @@ -0,0 +1,47 @@ +{{define "index.html"}} + + + + + + + {{.SiteTitle}} + + + + + +
+ + + + {{if .ActiveTag}} +

Emne: {{.ActiveTag}} tøm

+ {{end}} + + {{if .Posts}} + + {{else}} +

Dessverre.

+ {{end}} +
+ + + +{{end}} \ No newline at end of file -- cgit v1.3