{* Список записей блога *}

{$page->header}

{$page->body} {include file='pagination.tpl'} {*
{foreach $posts as $post}
{if $post->image}
{$post->name|escape}
{/if}
{$post->date|date|date_format:"%e %m %Y":"":"rus"} {$post->name|escape}
{$post->annotation}
{/foreach}
*}
{foreach $posts as $post}
{$post->date|date|date_format:"%e %m %Y":"":"rus"} {if $post->image} {$post->name|escape} {else} {$post->name|escape} {/if} {$post->name|escape}
{$post->annotation}
{/foreach}
{include file='pagination.tpl'}