aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/test/data/nested-whitespace/template.txt
blob: 254dce2acf4b04393f9fead2e532e380068c7c5d (plain)
1
2
3
{% for x in xarray %}{% for y in yarray %}
{{x}}-{{y}}
{% endfor %}{% endfor %}