From 32d164f08b3312858c39893254769e4859fe5a86 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 19:25:44 +0800 Subject: head.html: Add a common head template I tried to define a base.html and extend it from there, but Go's templating system doesn't support that. --- templates/base.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index 67bc7b6..0000000 --- a/templates/base.html +++ /dev/null @@ -1,26 +0,0 @@ -{{- define "base" -}} - - - - - - - {{ block "title" . }}Lindenii Forge{{ end }} - - -
- - {{ block "forge-title" . }} - Lindenii Forge - {{ end }} - - - -
-
- {{ block "main" . }} - {{ end }} -
- - -{{- end -}} -- cgit v1.2.3