channel.hbs 795 Bytes
<div class="mobile-container">
    <div class="mobile-wrap boys-wrap yoho-page">
        {{! 首页header}}
        {{#homeHeader}}
           {{> channel/home-header}}
        {{/homeHeader}}

        {{! 资源位}}
        {{> channel/content}}

        {{! 商品列表}}
        {{#if twoColumnGoods}}
            {{> channel/two-column-goods}}
        {{/if}}

        {{! 你可能喜欢}}
        {{#if lifestyleHomePage}}
            {{> channel/maybe-like-lifestyle}}
        {{else}}           
            {{> channel/maybe-like}}
        {{/if}}

        {{! 底部banner}}
        {{#bannerBottom}}
            {{> channel/banner-bottom}}
        {{/bannerBottom}}

        {{> channel/footer-tab}}

        <div class="overlay"></div>
    </div>
    {{> channel/side-nav}}
</div>