From 27aab70386c68f3a0f22c52e72b91cf16b289100 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 25 Mar 2024 12:08:35 -0600 Subject: initial commit --- templates/base.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/base.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..d855b51 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,20 @@ +{{ define "base" }} + + + + + hatecomputers.club + + + + + +
+ {{ template "content" . }} +
+ + + + + +{{ end }} -- cgit v1.2.3-70-g09d2