aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_nested_include_twig.html
blob: c92ac922d15b90aabc03ca24d9a8784013e6c3cb (plain)
1
2
3
4
{% for test_loop_inner in test_loop %}
	[{{ test_loop_inner.foo }}
	|{% INCLUDE 'loop_nested_include1_twig.html' %}]
{% endfor %}