Showing
1 changed file
with
2 additions
and
5 deletions
1 | <div class="item"> | 1 | <div class="item"> |
2 | <a href="{{link}}"> | 2 | <a href="{{link}}"> |
3 | {{#if isGood}} | 3 | {{#if isGood}} |
4 | - {{#if triple}} | 4 | + {{#ifor triple double}} |
5 | <img class="item-pic" src="{{image2 src w=235 h=314}}" alt=""> | 5 | <img class="item-pic" src="{{image2 src w=235 h=314}}" alt=""> |
6 | - {{/if}} | ||
7 | - {{#if double}} | ||
8 | - <img class="item-pic" src="{{image2 src w=235 h=235}}" alt=""> | ||
9 | - {{/if}} | 6 | + {{/ifor}} |
10 | {{^}} | 7 | {{^}} |
11 | <img class="item-pic" src="{{image2 src}}" alt=""> | 8 | <img class="item-pic" src="{{image2 src}}" alt=""> |
12 | {{/if}} | 9 | {{/if}} |
-
Please register or login to post a comment