From d9ff6edbfcdc408e23684c00df806eac72fd02b2 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 18 Aug 2025 17:42:27 +0000 Subject: Initial commit --- layouts/baseof.html | 14 ++++++++++++++ 1 file changed, 14 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..bcf79c4 --- /dev/null +++ b/layouts/baseof.html @@ -0,0 +1,14 @@ + + + + + {{ .Title }} + + + +
+ {{ block "main" . }} + {{ end }} +
+ + -- cgit