chanpin.hbs
724 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="//www.yohobuy.com/chanpin/{{id}}.html" title="{{keyword}}" target="_blank">{{keyword}}</a></li>
{{/ chanpinList}}
</ul>
</div>
{{#if hotBrands}}
<div class="hot-brands clearfix">
{{# hotBrands}}
<a href="{{url}}" title="{{title}}" target="_blank">
<img src="{{image image}}" alt="{{title}}">
</a>
{{/ hotBrands}}
</div>
{{/if}}
</div>