about summary refs log tree commit diff stats
path: root/tmpl.index.htm
blob: dc90a4d1769e03eea2987323667b0bde8fc783a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$(sed 's#$(title)#acdw.casa#' _head.htm)
<header>
    <h1>mi casa es su casa</h1>
</header>
<main>
    <section id="welcome">
        $(htt _index.htm)
    </section>
    <section id="pages">
        <h2>pages here</h2>
        <ul>
            $(set -x;for p in ".tmp"/*.env; do . "$p"; print "<li><a href=\"$HTOUT\">$(title)</a></li>"; done)
        </ul>
    </section>
</main>
$(htt _foot.htm)