about summary refs log tree commit diff stats
path: root/tmpl.index.htm
diff options
context:
space:
mode:
authorCase Duckworth2022-05-19 11:49:53 -0500
committerCase Duckworth2022-05-19 11:49:53 -0500
commitaf52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 (patch)
treed5cfca7f6ce469b45bf4c38e4d53ae22d7bfff0a /tmpl.index.htm
downloadhat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.tar.gz
hat-trick-af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0.zip
Initial commit
I'm doing content + generation in this ... who knows if it's smart, lol.
Diffstat (limited to 'tmpl.index.htm')
-rw-r--r--tmpl.index.htm16
1 files changed, 16 insertions, 0 deletions
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 @@
1$(sed 's#$(title)#acdw.casa#' _head.htm)
2<header>
3 <h1>mi casa es su casa</h1>
4</header>
5<main>
6 <section id="welcome">
7 $(htt _index.htm)
8 </section>
9 <section id="pages">
10 <h2>pages here</h2>
11 <ul>
12 $(set -x;for p in ".tmp"/*.env; do . "$p"; print "<li><a href=\"$HTOUT\">$(title)</a></li>"; done)
13 </ul>
14 </section>
15</main>
16$(htt _foot.htm)