From 9de239a9badbbc075f1cc8079a6435f0780e5d26 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 10 Feb 2025 02:19:21 -0500 Subject: But it was a beginning --- ui/html/base.tmpl.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ui/html/base.tmpl.html (limited to 'ui/html/base.tmpl.html') diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html new file mode 100644 index 0000000..6b05b70 --- /dev/null +++ b/ui/html/base.tmpl.html @@ -0,0 +1,17 @@ +{{define "base"}} + + + + + {{template "title" .}} - Paterissa + + +
+

Paterissa

+
+
+ {{template "main" .}} +
+ + +{{end}} -- cgit v1.2.3