From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- templates/base.html | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..8bc20be --- /dev/null +++ b/templates/base.html @@ -0,0 +1,156 @@ + + + + + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + + + + + + + +
+ + + {{ block "add-navigation" . }}{{ end }} +
+ +
+ {{ block "content" . }}{{ end }} +
+ + + + + + -- cgit v1.2.3