{foreach from=$posts item=post}

{$post.title}

{$post.author.fullname} | {$post.posttime|date_format:s2}

{$post.body}
{sectionlinks sep=" · " sections=$post.sections} • {$post.commentcount} Comments/Trackbacks
{/foreach} {include file="side.html"} {include file="footer.html"}