From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Thu, 19 May 2022 11:49:53 -0500
Subject: Initial commit
I'm doing content + generation in this ... who knows if it's smart, lol.
---
tmpl.index.htm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 tmpl.index.htm
(limited to 'tmpl.index.htm')
diff --git a/tmpl.index.htm b/tmpl.index.htm
new file mode 100644
index 0000000..dc90a4d
--- /dev/null
+++ b/tmpl.index.htm
@@ -0,0 +1,16 @@
+$(sed 's#$(title)#acdw.casa#' _head.htm)
+
+
+
+
+ pages here
+
+ $(set -x;for p in ".tmp"/*.env; do . "$p"; print "- $(title)
"; done)
+
+
+
+$(htt _foot.htm)
--
cgit 1.4.1-21-gabe81