From a6355e7a6530af3335c4cd8af05f1e9c8b978169 Mon Sep 17 00:00:00 2001 From: ivar Date: Sat, 4 Apr 2026 16:34:46 +0200 Subject: . --- templates/admin.html | 4 ++-- templates/admin/base.html | 13 +++++-------- templates/base.html | 4 ++-- templates/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 12 deletions(-) create mode 100644 templates/index.html (limited to 'templates') diff --git a/templates/admin.html b/templates/admin.html index c0ebeaa..9a649e7 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -4,8 +4,8 @@ Admin — {{.Title}} - - + + {{.ImportMapTag}} {{- range .ComponentScripts}} diff --git a/templates/admin/base.html b/templates/admin/base.html index f88bba6..07811f8 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -6,14 +6,11 @@ Admin — {{.Title}} - - - + {{- end}} diff --git a/templates/base.html b/templates/base.html index 9128b2e..2ff86e7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,8 +4,8 @@ {{.Title}} - - {{.ImportMapTag}} + + {{- range .ComponentScripts}} {{- end}} diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..ae46faf --- /dev/null +++ b/templates/index.html @@ -0,0 +1,44 @@ + + + + + + + nebbet.no + + + + +
+

Posts

+ + + {{if .ActiveTag}} +

Emne: {{.ActiveTag}} tøm

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

Dessverre.

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