1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-04 08:08:12 +01:00
php-phpbb/tests/template/templates/loop_nested_include1_twig.html
2015-03-05 21:38:59 +01:00

6 lines
134 B
HTML

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