#parse("header.html")
产品列表
#if($isPro)
#foreach($pro in $proList)
$pro.Title
$pro.Title
#end
#else
找不到相关产品
#end
#parse("Foot.html")