From fb653292612eddca5b088ed88466c546d1597107 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 20 Jun 2026 09:40:07 -0700 Subject: Initial commit --- templates/base_empty.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/base_empty.html (limited to 'templates/base_empty.html') diff --git a/templates/base_empty.html b/templates/base_empty.html new file mode 100644 index 0000000..adda790 --- /dev/null +++ b/templates/base_empty.html @@ -0,0 +1,3 @@ +{{ define "base" }} + {{ template "content" . }} +{{ end }} -- cgit v1.3