aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_include_twig.html
blob: 1a534e2dbc5c50a69b2ec3d1569c435d029ffc07 (plain)
1
2
3
4
{% for test_loop_inner in test_loop %}
	{{ test_loop_inner.foo }}
	{% INCLUDE 'loop_include1_twig.html' %}
{% endfor %}