about summary refs log tree commit diff stats
path: root/tmpl.page.htm
blob: 41656815fac79083ad77ebe2f500f4e28487936a (plain)
1
2
3
4
5
6
7
8
$(htt _head.htm)
    <header>
        <h1>$(title)</h1>
    </header>
    <main>
        $(body)
    </main>
$(htt _foot.htm)