mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/13132] Twig: Add loops content to the root context
PHPBB3-13132
This commit is contained in:
committed by
Nicofuma
parent
70990bc86f
commit
cf39cfc593
6
tests/template/templates/loop_reuse_twig.html
Normal file
6
tests/template/templates/loop_reuse_twig.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% for one_inner in one %}
|
||||
{{ one_inner.VAR }}
|
||||
{% for one_one_inner in one_inner.one %}
|
||||
{{ one_one_inner.VAR }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user