<article$if(slug)$ id="$slug$"$endif$ class="post tail">
<header>
<h1><a href="$url$">$pagetitle$</a></h1>
$if(abstract)$
$abstract$
$endif$
</header>
$if(toc)$
<nav>
$if(toc-title)$
<h2>$toc-title$</h2>
$table-of-contents$
</nav>
$body$
</article>