From e9870c22642cb3b9e74a6af9f14403d77102436d Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Mon, 22 May 2023 22:00:29 +0200 Subject: [PATCH] Tonen van content in secties binnen /website --- themes/nluug/layouts/website/section.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/nluug/layouts/website/section.html diff --git a/themes/nluug/layouts/website/section.html b/themes/nluug/layouts/website/section.html new file mode 100644 index 0000000..e0e8308 --- /dev/null +++ b/themes/nluug/layouts/website/section.html @@ -0,0 +1,3 @@ +{{ define "main" }} + {{ .Content }} +{{ end }}