summaryrefslogtreecommitdiff
path: root/lib/template.html
blob: 379a6021b00cf79110c76bcbaa8ef5043abe9295 (plain)
1
2
3
4
5
6
7
8
9
$if(title)$
<h1 class="first">$title$</h1>
$endif$
$if(toc)$
<div id="$idprefix$TOC">
$toc$
</div>
$endif$
$body$