index_without_centerbanner.html
596 Bytes
<!--
JSON数据组成说明(有广告无通栏):
topItem1 //广告之前的两个碎片
topItem2 //广告与通栏之间的碎片
advert //广告的结构体
pager //分页结构体
-->
{{> layout/header_jian }}
{{> default/channel_banner }}
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
{{# topItems}}
{{> channel/item}}
{{/ topItems}}
{{> channel/advert}}
{{# bottomItems}}
{{> channel/item}}
{{/ bottomItems}}
{{> channel/followus}}
</div>
{{> channel/pager}}
{{> layout/footer_jian }}