diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/include.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/include.html b/testing/templates/include.html index cdafbad..561bcac 100644 --- a/testing/templates/include.html +++ b/testing/templates/include.html @@ -1,3 +1,3 @@ -{% for s in strs -%} +{% for s in strs %} {% include "included.html" %} {%- endfor %} |