From 1100562e29f6476448b656dbddd4cf22505523f6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 14:59:14 +0100 Subject: Move back to JBMAFP --- templates/base.html | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100755 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100755 index 0000000..b66174a --- /dev/null +++ b/templates/base.html @@ -0,0 +1,165 @@ + + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + + + + +
+ +
+
{{ block "content" . }}{{ end }}
+ + + -- cgit v1.2.3