summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/template/templates/for_loop_include.j2
blob: b1a0ad7d4ebeb3c20ce88f6fff79c63a8d79d08e (plain)
1
2
3
{% if par_var is defined %}
{% include 'for_loop_include_nested.j2' %}
{% endif %}