From d9ff6edbfcdc408e23684c00df806eac72fd02b2 Mon Sep 17 00:00:00 2001 From: andre4ik3 Date: Mon, 18 Aug 2025 17:42:27 +0000 Subject: Initial commit --- layouts/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/page.html (limited to 'layouts/page.html') diff --git a/layouts/page.html b/layouts/page.html new file mode 100644 index 0000000..3012822 --- /dev/null +++ b/layouts/page.html @@ -0,0 +1,10 @@ +{{ define "main" }} +

{{ .Title }}

+ Back... +

Published on {{ .PublishDate.UTC.Format "2006-01-02" }}

+ +
+ {{ .Content }} +
+{{ end }} + -- cgit