Files
inja/test/data/nested.txt
2017-08-12 13:57:34 +02:00

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"] = []