{$blog->getBlog()}
{foreach from=$articles item=article}
{$url->getAtomUniqueId($article)}
{assign var=author value=$article->getUserInfo()}
{$author->getUsername()}
{$url->blogLink()}
{$article->getTopic()}
{$article->getText()}
{assign var=articleDate value=$article->getDateObject()}
{$articleDate->getW3Date()}
{$articleDate->getW3Date()}
{$articleDate->getW3Date()}
{/foreach}
{assign var=lastModification value=$articles[0]->getDateObject()}
{$lastModification->getW3Date()}