diff options
Diffstat (limited to 'tests/template/templates/include_loop_define.html')
-rw-r--r-- | tests/template/templates/include_loop_define.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/template/templates/include_loop_define.html b/tests/template/templates/include_loop_define.html new file mode 100644 index 0000000000..f539b21396 --- /dev/null +++ b/tests/template/templates/include_loop_define.html @@ -0,0 +1,4 @@ +<!-- BEGIN loop --> +<!-- DEFINE $DEF = '{loop.NESTED_FILE}' --> +<!-- INCLUDE {$DEF} --> +<!-- END loop --> |