aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/for-range.html
blob: 9b109bb36fc6d7e7b994e39a7079bae75a54a3d2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                         
{% for s in 0..2 -%}
    foo
{% endfor -%}

{% for s in init..1 -%}
    bar
{% endfor -%}

{% for s in 0..end -%}
    foo
{% endfor -%}

{% for s in init..end -%}
    bar
{% endfor -%}