mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
4
tests/template/templates/loop_include_twig.html
Normal file
4
tests/template/templates/loop_include_twig.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% for test_loop_inner in test_loop %}
|
||||
{{ test_loop_inner.foo }}
|
||||
{% INCLUDE 'loop_include1_twig.html' %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user