diff options
Diffstat (limited to 'testing/templates/include.html')
-rw-r--r-- | testing/templates/include.html | 3 |
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 %} |