{include file="head.html"}
金币兑换
{foreach item=c from=$list}
{$c.title}
金币
{$c.gold}
{/foreach}
{include file="footer.html"}