Files
inja/test/data/nested/template.txt
2017-08-18 15:38:32 +02:00

3 lines
79 B
Plaintext

{% for x in xarray %}{% for y in yarray %}
{{x}}-{{y}}
{% endfor %}{% endfor %}