From d11b6ebe944b13e504608094424217b5d6b39a53 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 21:26:40 +0200 Subject: First version, whatever that means --- files/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/base.html (limited to 'files/base.html') diff --git a/files/base.html b/files/base.html new file mode 100644 index 0000000..d965c25 --- /dev/null +++ b/files/base.html @@ -0,0 +1,15 @@ + + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} + + + + +
+ {{ block "content" . }}{{ end }} +
+ + -- cgit v1.2.3