From 21fb29d0eec71f3dd7c12e260af5925d452b238f Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Mon, 27 Nov 2023 17:52:06 -0500 Subject: template files for registration page, updated cwd handling, included cwd and config file path in conf struct --- ui/templates/base.tmpl.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ui/templates/base.tmpl.html (limited to 'ui/templates/base.tmpl.html') diff --git a/ui/templates/base.tmpl.html b/ui/templates/base.tmpl.html new file mode 100644 index 0000000..4e28bc0 --- /dev/null +++ b/ui/templates/base.tmpl.html @@ -0,0 +1,12 @@ +{{define "base"}} + + + + {{template "title" .}} | newsstand.nyc + + + + {{template "main" .}} + + +{{end}} -- cgit v1.2.3