{$smarty.const.C_BLOGNAME|htmlspecialchars}
{$smarty.const.C_BLOGURL}
{$smarty.const.C_BLOG_DESCRIPTION}
en-us
{foreach from=$posts item=post}
{/foreach}
{foreach from=$posts item=post}
-
{$post.title|htmlspecialchars}
{$post.permalink}
{$post.body|htmlspecialchars}
{$post.sections.0.name|htmlentities}
{$post.author.nickname}
{$post.posttime|date_format:"rss10"}
{/foreach}