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

5 lines
134 B
HTML

[{{ test_loop_inner.foo }}|
{% for inner in test_loop_inner.inner %}
[{{ test_loop_inner.foo }}|
{{ inner.myinner }}]
{% endfor %}]