{include file="head.html"} {include file="header.html"}
{$data.title}
描述:{$data.description}
{if $data.ispay} 课程价格:¥ {$data.money}元 {/if} {if !$isbuy} 立即购买 {else} 去阅读 {/if}
{$data.content}

热门课程

{foreach item=c from=$reclist}
{$c.title}
{/foreach}
{include file="footer.html"} {include file="foot-all.html"}