diff options
Diffstat (limited to 'testing/templates/for.html')
-rw-r--r-- | testing/templates/for.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/templates/for.html b/testing/templates/for.html new file mode 100644 index 0000000..c38e6bb --- /dev/null +++ b/testing/templates/for.html @@ -0,0 +1,3 @@ +{% for s in strings %} + {{ s }} +{% endfor %} |