{include file="head.html"} {assign var="navbar" value="index"} {include file="header.html"}
{foreach item=c from=$flashList}
{/foreach}
{foreach item=item from=$articleList}
{if $item.imgurl} {/if}
{$item.title}
{$item.description}
{$item.love_num}
{$item.comment_num}
{$item.view_num}
{/foreach}
{include file="side.html"}
{include file="footer.html"} {include file="footjs.html"}