<{import file="index/header.html"}>
销量排行
<{if $vol_list}> <{foreach item=i from =$vol_list}>
<{$i.title}>
<{$i.volume}>
<{/foreach}> <{else}>
暂无统计
<{/if}>
<{import file="index/footer.html"}>