Files
2019-09-08 16:19:50 +02:00

3 lines
79 B
Plaintext
Executable File

{% for x in xarray %}{% for y in yarray %}
{{x}}-{{y}}
{% endfor %}{% endfor %}