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