{if $feed_items}
 {$feed_channel.title}
{foreach from=$feed_items item='_item' name='_loop_feed'} {/foreach}
{$_item.pubdate|date_format:"%Y/%m/%d %H:%M"} {$_item.title|smarty:nodefaults|truncate_blog:100|neo_escape}
{/if}