Blame view

actions/fashion/index_without_centerbanner.html 537 Bytes
happyhour7 authored
1 2 3 4 5 6 7
<!--
    JSON数据组成说明(有广告无通栏):
    topItem1    //广告之前的两个碎片
    topItem2    //广告与通栏之间的碎片
    advert      //广告的结构体
    pager       //分页结构体
-->
8
{{> layout/header }}
happyhour7 authored
9 10 11 12 13 14 15 16 17
{{> default/channel_banner }}
<div class="content {{# channel}}content-{{.}}{{/ channel}} clearfix">
    {{# topItems1}}
        {{> channel/item}}
    {{/ topItems1}}
    {{> channel/advert}}
    {{# topItems2}}
        {{> channel/item}}
    {{/ topItems2}}
18
</div>
19
{{> layout/footer }}