content.hbs 2.62 KB

{{#content}}
    {{! 头部banner}}
    {{#if focus}}
        {{> ../resources/banner-top}}
    {{/if}}
    {{! 图标入口}}
    {{#if appIconList}}
        {{> ../resources/icons-enter}}
    {{/if}}
    {{! 首页公告}}
    {{!--     {{#announcement}}
        {{> ../resources/notice}}
    {{/announcement}} --}}
    {{! 中间banner}}
    {{#if singleImage}}
    <div data-id="{{template_id}}">
        {{> ../resources/banner}}
    </div>
    {{/if}}
    {{! 两个小图}}
    {{#if smallPic}}
        {{> ../resources/thumb-row}}
    {{/if}}
    {{! 热门品类}}
    {{#if recommendContentFive}}
        {{> ../resources/hot-category}}
    {{/if}}
    {{! 热门品牌}}
    {{#if appHotBrands}}
        {{> ../resources/hot-brands-list}}
    {{/if}}
    {{! 热门品牌可滑动}}
    {{#if customBrands}}
        {{> ../resources/hot-brands-swipe}}
    {{/if}}
    {{! 潮人搭配}}
    {{#if trendsetterCollocation}}
        {{> ../resources/trendsetter-collocation}}
    {{/if}}
    {{! 潮流话题}}
    {{#if trendgoodsTopic}}
        {{> ../resources/trend-topics}}
    {{/if}}
    {{! 潮流时装/经典裤裙/时尚靴履/潮人配饰/潮流上装}}
    {{#if recommendContentOne}}
        {{> ../resources/goods-category}}
    {{/if}}
    {{! 新入住品牌/品味生活/创意生活}}
    {{#if recommendContentTwo}}
       {{> ../resources/creative-life}}
    {{/if}}
    {{! PLUS}}
    {{#if singleNameImage}}
        {{> ../resources/plus-star}}
    {{/if}}
    {{! 新人专享}}
    {{#if oldNewUserFloor}}
        {{> ../resources/fresh-only}}
    {{/if}}
    {{! 秒杀}}
    {{#if seckill}}
        {{> ../resources/seckill}}
    {{/if}}
    {{! 标题楼层}}
    {{#if titleFloor}}
        {{> ../resources/title-floor}}
    {{/if}}
    {{! 直播楼层}}
    {{#if livePicture}}
        {{> ../resources/live-picture}}
    {{/if}}
    {{! 六层图}}
    {{#if sixLinesFloor}}
        {{> ../resources/six-lines-floor}}
    {{/if}}
    {{! vip专属}}
    {{#if vipUse}}
        {{> ../resources/vip-only}}
    {{/if}}
    {{! 店铺推荐}}
    {{#if shopRecommend}}
        {{> ../resources/shop-recommand}}
    {{/if}}
    {{! 新新人专享}}
    {{#if newUserFloor}}
        {{> ../resources/new-user-floor}}
    {{/if}}
    {{! 人气单品}}
    {{#if popularSingleProduct}}
        {{> ../resources/hot-single}}
    {{/if}}
    {{! SALE}}
    {{#if sale1T1L4R}}
        {{> ../resources/sale-floor}}
    {{/if}}
    {{! 新品首发楼层}}
    {{#if newProductFloor}}
        {{> ../resources/new-first}}
    {{/if}}
    {{! 分隔楼层}}
    {{#if divideImage}}
        {{> ../resources/divide-image}}
    {{/if}}
{{/content}}