chanpin.hbs
675 Bytes
<div class="chanpin-map-page center-content yoho-page">
{{> common/path-nav}}
<div class="chanpin-block">
<h1 class="main-title">商品大全</h1>
<ul class="list-block clearfix">
{{# chanpinList}}
<li><a href="/chanpin/{{id}}.html" title="{{keyword}}">{{keyword}}</a></li>
{{/ chanpinList}}
</ul>
</div>
{{#if hotBrands}}
<div class="hot-brands clearfix">
{{# hotBrands}}
<a href="{{url}}" title="{{title}}">
<img src="{{image image}}" alt="{{title}}">
</a>
{{/ hotBrands}}
</div>
{{/if}}
</div>