From e7e3e14ca609a11aefc1c82f66c76ee11be0abe5 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sat, 30 Jan 2021 16:07:31 +1000 Subject: [PATCH] Add missing page template --- internal/templates/page.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 internal/templates/page.html diff --git a/internal/templates/page.html b/internal/templates/page.html new file mode 100644 index 0000000..6fd9b61 --- /dev/null +++ b/internal/templates/page.html @@ -0,0 +1,14 @@ +{{define "content"}} +
+
+ {{ .Content }} +
+ +
+
+{{ end }}