{if count($item->list)} {foreach from = $item->list item = "row" name = "featuredNews"}
{$row.title|htmlspecialchars}
{if $row.introduction && $row.introduction|trim|strlen} {$row.introduction|trim|htmlspecialchars|nl2br} {else} {$row.content|strip_tags|html_entity_decode|trim|truncate:180|htmlspecialchars} {/if}
{/foreach} {/if}