<ul class="postlist">
$for(posts)$
<li>
<a href="$url$">$title$</a> - <time datetime="$datetime$">$date$</time>
</li>
$endfor$
</ul>