From 6b57b3f77cec3165ef2224b4345b2c23dbb89684 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 14 Apr 2025 01:49:03 +0200 Subject: Initial commit --- templates/base.html | 12 ++++++++++++ 1 file changed, 12 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..64db6b5 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,12 @@ + + + + + + + {{block "title" .}}{{end}} - grimg + + + {{block "content" .}}{{end}} + + -- cgit v1.2.3