From 575eaf2c246f8420b186e74ea4c6a94dbfb53b5d Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Fri, 5 May 2023 23:47:58 +0200 Subject: [PATCH] Toevoegen section-template voor lidmaatschapspagina --- .../nluug/layouts/lidmaatschap/section.html | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 themes/nluug/layouts/lidmaatschap/section.html diff --git a/themes/nluug/layouts/lidmaatschap/section.html b/themes/nluug/layouts/lidmaatschap/section.html new file mode 100644 index 0000000..ddb3a55 --- /dev/null +++ b/themes/nluug/layouts/lidmaatschap/section.html @@ -0,0 +1,25 @@ + + + {{ partial "head.html" . }} + + +
+
+ {{ partial "header.html" . }} +
+ +
+ {{ .Content }} +
+
+ +