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/wip.tmpl.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 html/wip.tmpl.html (limited to 'html/wip.tmpl.html') diff --git a/html/wip.tmpl.html b/html/wip.tmpl.html new file mode 100644 index 0000000..cfc323d --- /dev/null +++ b/html/wip.tmpl.html @@ -0,0 +1,10 @@ +{{ define "title" }}WIP{{end}} +{{ define "description" }}Work in progress. Page under construction.{{end}} +{{ define "keywords" }}hide{{end}} + +{{ define "main" }} +
+

Whoops! Page under construction!

+

Check back later.

+
+{{ end }} -- cgit v1.2.3