From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- templates/page.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/page.html (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..9303b68 --- /dev/null +++ b/templates/page.html @@ -0,0 +1,13 @@ +{{ template "base.html" . }} + +{{ define "title" }}{{ .Page.Title }}{{ end }} +{{ define "description" }}{{ .Page.Summary }}{{ end }} + +{{ define "content" }} +
+

{{ .Page.Title }}

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