mirror of
https://github.com/pantor/inja.git
synced 2026-02-22 19:36:25 +00:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
^{% for x in x_array %}
|
|
{% for y in y_array %}
|
|
{{x}}-{{y}}
|
|
{% endfor %}
|
|
{% endfor %}
|
|
|
|
json a;
|
|
a["type"] = loop|condition|include
|
|
a["command"] = x in x_array
|
|
a["innerString"] = "..."
|
|
a["children"] = []
|