From aa2528adf2e9e7d1d1e8baed2d6fda511a0502d9 Mon Sep 17 00:00:00 2001 From: forever2k38 Date: Sat, 5 Sep 2026 01:34:40 +0200 Subject: initial commit --- layouts/baseof.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 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..291be14 --- /dev/null +++ b/layouts/baseof.html @@ -0,0 +1,29 @@ + + + + {{ partial "head.html" . }} + + +
+

forever2k38

+ + +
+ + +
+
+ {{ block "main" . }} + {{ end }} +
+
+ + + + -- cgit v1.3