{assign var=title value=$blogname} {include file="header.html"} {getrecentposts num=10 assign=posts home=true} {foreach from=$posts item=post} {if $post.newday}

{$post.posttime|date_format:s2}

{/if}

{$post.title}

{$post.body}
{sectionlinks sep=" · " sections=$post.sections} • {$post.commentcount} Comments/Trackbacks
{/foreach}