From 491596261e3751a83f88f25151be57a71866e628 Mon Sep 17 00:00:00 2001 From: osmarks Date: Fri, 7 Mar 2025 16:59:31 +0000 Subject: [PATCH] apparently that file was important --- web/newtmpl/base.html | 60 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 web/newtmpl/base.html diff --git a/web/newtmpl/base.html b/web/newtmpl/base.html new file mode 100644 index 0000000..0523f26 --- /dev/null +++ b/web/newtmpl/base.html @@ -0,0 +1,60 @@ +{{define "confirm"}}Confirm{{end}} +{{define "cancel"}}Cancel{{end}} +{{define "save"}}Save{{end}} +{{define "error"}}Error{{end}} +{{define "delete"}}Delete{{end}} +{{define "page"}} + + + + + + {{block "title" .}}{{end}} + + + {{range .HeadElements}}{{.}}{{end}} + + +
+ + +
+{{block "body" .}}{{end}} + + + +{{range .CommonScripts}} + +{{end}} + + +{{end}}