From 856f66808b913baff13c815daec3cdde7121e3bd Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 11 Dec 2022 11:22:47 +0530 Subject: all: init --- templates/head.html | 7 +++++++ 1 file changed, 7 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..3739342 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,7 @@ +{{ define "head" }} + + + + + +{{ end }} -- cgit