From 1d439c8d17e881b18b8cff74864b7ae76638e9ed Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 29 Sep 2025 18:57:57 +0200 Subject: index.html -> body.html --- body.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 body.html (limited to 'body.html') diff --git a/body.html b/body.html new file mode 100644 index 0000000..d353e18 --- /dev/null +++ b/body.html @@ -0,0 +1,15 @@ + + + + {{template "head"}} + + + {{define "body"}} +

My blog

+ {{range .}} + {{.Metadata.Name}} +

{{.Metadata.Description}}

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