From e3552f592ba5bce3fa3243166679fed986b6b949 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 29 Sep 2025 18:50:00 +0200 Subject: Initial commit --- base.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 base.html (limited to 'base.html') diff --git a/base.html b/base.html new file mode 100644 index 0000000..280cb7c --- /dev/null +++ b/base.html @@ -0,0 +1,9 @@ + + + + {{template "head"}} + + + {{template "body" .}} + + -- cgit v1.2.3