16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
|
<header>
|
||
|
<h1><a href="$url$">$pagetitle$</a></h1>
|
||
|
$if(abstract)$
|
||
|
$abstract$
|
||
|
$endif$
|
||
|
</header>
|
||
|
$if(toc)$
|
||
|
<nav>
|
||
|
$if(toc-title)$
|
||
|
<h2>$toc-title$</h2>
|
||
|
$endif$
|
||
|
$table-of-contents$
|
||
|
</nav>
|
||
|
$endif$
|
||
|
$body$
|