From 94dd1ca677c716975d43f323c97ea26f8fd4c962 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 2 Jan 2025 16:57:57 -0800 Subject: initial commit by simponic-infra --- templates/base.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..2a9dacb --- /dev/null +++ b/templates/base.html @@ -0,0 +1,16 @@ +{{ define "base" }} + + + + something simponic. + + + + + +
+ {{ template "content" . }} +
+ + +{{ end }} -- cgit v1.3