article-type-three.html
898 Bytes
{{# collocation}}
<div class="article-type-three">
<div class="container-fixed-pos">
<ul class="thumb-container">
{{# list}}
<li class="thumb">
<img class="thumb-img" src="{{thumb}}">
<div class="arrow">
<em>◆</em>
<span>◆</span>
</div>
<span class="clothe-type {{type}}"></span>
</li>
{{/ list}}
</ul>
</div>
<div class="prod-list clearfix">
{{# list}}
<div class="prod hide">
{{# products}}
{{> good_info}}
{{/ products}}
</div>
{{/ list}}
</div>
</div>
{{/ collocation}}