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