From 279f73187b9de250de3b1788d1ce543c60832bc6 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 10 Dec 2024 19:00:56 +0100 Subject: feat(custom): config and generation --- templates/page/custom_page.gohtml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/page/custom_page.gohtml (limited to 'templates/page') diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml new file mode 100644 index 0000000..15bd0e9 --- /dev/null +++ b/templates/page/custom_page.gohtml @@ -0,0 +1,8 @@ +{{define "body"}} +
+

{{ .Title }}

+ {{ range $content := .Content }} + {{ .Get }} + {{ end }} +
+{{end}} -- cgit v1.2.3