From a51c9890d2b9720297c72b646c894a11474e8532 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Mon, 29 Jun 2026 23:15:12 -0500 Subject: --- layouts/section.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 layouts/section.html (limited to 'layouts/section.html') diff --git a/layouts/section.html b/layouts/section.html new file mode 100644 index 0000000..0b95945 --- /dev/null +++ b/layouts/section.html @@ -0,0 +1,11 @@ +{{ define "main" }} + {{ .Content }} + + {{ range .Pages }} + + + + {{ end }} +
{{ .LinkTitle }}
+{{ end }} + -- cgit v1.2.3