mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
4 lines
130 B
HTML
4 lines
130 B
HTML
{% for test_loop_inner in test_loop %}
|
|
[{{ test_loop_inner.foo }}
|
|
|{% INCLUDE 'loop_nested_include1_twig.html' %}]
|
|
{% endfor %}
|