{$article_title|html_decode}
{if !empty($article_thumbnail)}
{if $theme_allow_lazyload eq 1}
{else}
{/if}
{/if}
{if $article_source_id eq 0}
{$article_details|html_decode|nl2br}
{else}
{$article_details|html_decode|strip_tags|nl2br}
{/if}
{include file="sidebar.html"}