aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/include.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/include.html')
-rw-r--r--testing/templates/include.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/templates/include.html b/testing/templates/include.html
new file mode 100644
index 0000000..cdafbad
--- /dev/null
+++ b/testing/templates/include.html
@@ -0,0 +1,3 @@
+{% for s in strs -%}
+ {% include "included.html" %}
+{%- endfor %}