phpbb/tests/template/templates/loop_include_twig.html
2015-03-05 21:38:59 +01:00

4 lines
120 B
HTML

{% for test_loop_inner in test_loop %}
{{ test_loop_inner.foo }}
{% INCLUDE 'loop_include1_twig.html' %}
{% endfor %}