summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/6653.j2
blob: 8026a79befb382e8ae0960c240bd6cdc00b8e6f1 (plain)
1
2
3
4
{% for x in mylist %}
{{ x }}
{% include '6653-include.j2' with context %}
{% endfor %}