{include file="head.html"}
橱窗商品
{foreach item=c from=$list}
{if $c.imgurl}
{/if}
{$c.title}
¥{$c.price}
{/foreach}
{include file="footer.html"}