summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/parent.j2
blob: 99a8e4cc6316b7adb44adb6193ce899c4e907b85 (plain)
1
2
3
{% for parent_item in parent_vars %}
{% include "subtemplate.j2" %}
{% endfor %}