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/pages/index.tmpl.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ui/html/pages/index.tmpl.html (limited to 'ui/html/pages/index.tmpl.html') diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html new file mode 100644 index 0000000..c252465 --- /dev/null +++ b/ui/html/pages/index.tmpl.html @@ -0,0 +1,6 @@ +{{define "title"}}Blog{{end}} + +{{define "main"}} +

Blog

+

Home of {{.Webmaster}}

+{{end}} -- cgit v1.2.3