{include file="head.html"}
{$cat.cname}
{if $children}
{foreach item=c from=$children} {$c.cname} {/foreach}
{/if}
{foreach item=c from=$list}
{$c.title}
¥{$c.price}
{$c.description}
{/foreach}
{$pagelist}
{assign var="ftnav" value="product"} {include file="ftnav.html"} {include file="footer.html"}