|
|
<div class="item">
|
|
|
<a {{#if link}}href="{{link}}"{{/if}} title="{{alt}}">
|
|
|
<a {{#if link}}href="{{link}}"{{/if}} title="{{#if isGood}}{{alt}}{{^}}{{@root.title}}{{/if}}">
|
|
|
{{#if isGood}}
|
|
|
{{#ifor triple double single}}
|
|
|
{{#within index 3}}
|
...
|
...
|
@@ -10,9 +10,9 @@ |
|
|
{{/ifor}}
|
|
|
{{^}}
|
|
|
{{#within index 3}}
|
|
|
<img class="item-pic" src="{{image2 src}}" alt="{{alt}}">
|
|
|
<img class="item-pic" src="{{image2 src}}" alt="{{@root.title}}">
|
|
|
{{^}}
|
|
|
<img class="item-pic lazy" data-original="{{image2 src}}" alt="{{alt}}">
|
|
|
<img class="item-pic lazy" data-original="{{image2 src}}">
|
|
|
{{/within}}
|
|
|
{{/if}}
|
|
|
</a>
|
...
|
...
|
|