{if !empty($post)}
{if strtotime($post.datetime) < $smarty.now - 86400*2} {$post.datetime|wa_datetime:"humandate"} {else} {$post.datetime|wa_datetime:"humandatetime"} {/if}

{$post.title|escape|truncate:36}

{strip_tags($post.text)}

{else}
[`There are no posts in your blog yet.`]
{/if}