Files
inja/test/data/nested/template.txt
T

3 lines
79 B
Plaintext

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