mirror of
https://github.com/pantor/inja.git
synced 2026-02-24 04:16:25 +00:00
3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
(% for x in xarray %)(% for y in yarray %)
|
|
{{x}}-{{y}}
|
|
(% endfor %)(% endfor %) |