|
|
<div class="item">
|
|
|
<a href="{{link}}">
|
|
|
{{#if isGood}}
|
|
|
{{#if triple}}
|
|
|
{{#ifor triple double}}
|
|
|
<img class="item-pic" src="{{image2 src w=235 h=314}}" alt="">
|
|
|
{{/if}}
|
|
|
{{#if double}}
|
|
|
<img class="item-pic" src="{{image2 src w=235 h=235}}" alt="">
|
|
|
{{/if}}
|
|
|
{{/ifor}}
|
|
|
{{^}}
|
|
|
<img class="item-pic" src="{{image2 src}}" alt="">
|
|
|
{{/if}}
|
...
|
...
|
|