From a70bda379ed3fdd1fe421cfc2606d052f7577dfd Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 May 2024 17:27:43 -0400 Subject: Move to template system and adopt the .tmpl.html extension. --- html/master.tmpl.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 html/master.tmpl.html (limited to 'html/master.tmpl.html') diff --git a/html/master.tmpl.html b/html/master.tmpl.html new file mode 100644 index 0000000..2857701 --- /dev/null +++ b/html/master.tmpl.html @@ -0,0 +1,49 @@ + + + + + + + + {{block "title" .}}Page{{end}} - Scerba.org + + + + + + + +
+
+ + + Alex Scerba + + +
+ {{ block "landing" . }}{{ end }} +
+ +
+ {{ template "main" . }} +
+ + + + -- cgit v1.2.3