From 650aef75480b773661e53a751337abef3b2abd47 Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Sun, 19 Jul 2026 21:46:16 -1000 Subject: Initial commit Signed-off-by: Joseph Elliott Hand --- layouts/baseof.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/baseof.html (limited to 'layouts/baseof.html') diff --git a/layouts/baseof.html b/layouts/baseof.html new file mode 100644 index 0000000..281a59c --- /dev/null +++ b/layouts/baseof.html @@ -0,0 +1,13 @@ + + + +{{ partial "head.html" . }} +{{ partial "header.html" . }} +
+{{ block "main" . -}} +{{- .Content -}} +{{ end }} +{{ partial "footer.html" . }} +
+ + -- cgit v1.2.3