{$feed=feed($feed)}
{what_time($feed.time_added)}
{if $feed.message}
{feed_message($feed)}
{/if} {if $feed.content} {$content=$feed.content}
{if $content.thumb}
{/if}
{if $content.title}
{$content.title} {if $content.sub_title} - {$content.sub_title} {/if}
{/if} {if $content.caption}
{$content.caption}
{/if} {if $content.description}
{$content.description|truncate:300}
{/if}
{/if} {$liked='no'} {if $cbfeeds->is_liked($feed.likes)} {$liked='yes'} {/if}
{get_likes_phrase($feed.likes,$feed.likes_count,$liked)}
{if $feed.comments_count > 0} {$feed_comments=feed_comments($feed)} {foreach $feed_comments as $comment} {$comment_tpl=get_template('single_feed_comment','path')} {include file=$comment_tpl comment=$comment} {/foreach} {/if}