summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/for_loop.j2
blob: 49fa412d259a22b4ef5c90033bbb0e851d85b0bf (plain)
1
2
3
4
{% for par_var in parent_vars %}
{% include 'for_loop_include.j2' %}

{% endfor %}