goods-list.hbs 286 Bytes
<div class="good-list-page yoho-page">
    {{> search/list}}
    {{#if category}}
    <input type="text" id="category-point" style="display:none" value="{{category}}">
    {{/if}}
</div>
{{#categoryIntro}}
<div class="seo-data">
    <h1>{{title}}</h1>{{desc}}
</div>
{{/categoryIntro}}