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