Files
inja/test/data/nested/template.txt
2017-08-14 11:30:26 +02:00

3 lines
79 B
Plaintext

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