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/head.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/head.html (limited to 'templates/head.html') diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..b2cd487 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,5 @@ +{{- define "head_common" -}} + + + +{{- end -}} -- cgit v1.2.3