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