{include file="head.html"}
{$group.title}
{foreach item=c from=$list}
{$c.title}
¥{$c.price}
{/foreach}
{$pagelist}
{include file="footer.html"}