girls.html 765 Bytes
{{# data}}
<div class="mobile-wrap girls-wrap">
    {{> header}}
    
    {{# content}}
        {{! 头部banner}}
        {{# bannerTop}}
            {{> common/banner_top}}
        {{/ bannerTop}}
        
        {{! 热门分类}}
        {{# hotCategory}}
            {{> girls/hot_category}}
        {{/ hotCategory}}

        {{! 热门品牌}}
        {{# hotBrands}}
            {{> girls/hot_brands}}
        {{/ hotBrands}}
        
        {{! 可能喜欢}}
        {{# maybeLike}}
            {{> common/maybe_like}}
        {{/ maybeLike}}

        {{! 底部banner}}
        {{# bannerBottom}}
            {{> common/banner_bottom}}
        {{/ bannerBottom}}
    {{/ content}}
    <div class="overlay"></div>
</div>
{{> common/side_nav}}
{{/ data}}