From 067ee4d66d0174be408d4051148f33b9a428ac3b Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 28 Jun 2023 21:05:01 -0500 Subject: first commit --- templates/master.html | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 templates/master.html (limited to 'templates/master.html') diff --git a/templates/master.html b/templates/master.html new file mode 100644 index 0000000..d0f3a8f --- /dev/null +++ b/templates/master.html @@ -0,0 +1,38 @@ + + + + + + + +{{ template "meta" . }} + + + + + + + + + + +
+ +{{ template "main" . }} + +
+ + + + + + -- cgit v1.2.3