From 799bd2304a82d35991876d42fc32a8b8be978da1 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 4 Apr 2026 15:30:33 +0200 Subject: initial theme setup. --- layouts/section.html | 10 ++++++++++ 1 file changed, 10 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..748f2f5 --- /dev/null +++ b/layouts/section.html @@ -0,0 +1,10 @@ +{{ define "main" }} +

{{ .Title }}

+ {{ .Content }} + {{ range .Pages }} +
+

{{ .LinkTitle }}

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