aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_underscore.html
blob: 40010078686f7a078494e869c794f253757da427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- BEGIN _underscore_loop -->
loop
<!-- BEGINELSE -->
noloop
<!-- END _underscore_loop -->

<!-- IF ._underscore_loop -->
loop
<!-- ELSE -->
noloop
<!-- ENDIF -->

<!-- IF ._underscore_loop == 2 -->
loop
<!-- ENDIF -->

<!-- BEGIN _underscore_loop -->
<!-- BEGIN !block -->
loop#{loop.S_ROW_COUNT}-block#{block.S_ROW_COUNT}
<!-- END !block -->
<!-- END _underscore_loop -->