{foreach name=x from=$sections.id|news_in_section:$theme_sections_content_style:$theme_sections_content_type_rss:$theme_sections_content_type_video key=id item=news} {if $smarty.foreach.x.first}
{if $news.sub_category_id eq 0}{$news.category_id|get_category|html_decode}{else}{$news.sub_category_id|get_category|html_decode}{/if}
{$news.title|html_decode}

{$news.details|html_decode|strip_tags|truncate:300}

{else}
{/if} {/foreach}