{include file="head.html"}
{include file="header.html"}
这是smarty下数据循环 {foreach from=$articleList key=k item=value}
{$k+1}.
{$value.title}
{$value.time}
{/foreach}
{include file="footer.html"}