aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/loop_include_twig.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/templates/loop_include_twig.html')
-rw-r--r--tests/template/templates/loop_include_twig.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/templates/loop_include_twig.html b/tests/template/templates/loop_include_twig.html
new file mode 100644
index 0000000000..1a534e2dbc
--- /dev/null
+++ b/tests/template/templates/loop_include_twig.html
@@ -0,0 +1,4 @@
+{% for test_loop_inner in test_loop %}
+ {{ test_loop_inner.foo }}
+ {% INCLUDE 'loop_include1_twig.html' %}
+{% endfor %}