mirror of
https://github.com/pantor/inja.git
synced 2026-02-26 21:36:27 +00:00
3 lines
79 B
Plaintext
Executable File
3 lines
79 B
Plaintext
Executable File
{% for x in xarray %}{% for y in yarray %}
|
|
{{x}}-{{y}}
|
|
{% endfor %}{% endfor %} |