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

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

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

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