$head()$
$if(title)$
<header>
<h1>$title$</h1>
</header>
$endif$
$if(posts)$
$postlist()$
$elseif(all-tags)$
$taglist()$
$foot()$