aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates')
-rw-r--r--testing/templates/for.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/for.html b/testing/templates/for.html
index c38e6bb..f63df9d 100644
--- a/testing/templates/for.html
+++ b/testing/templates/for.html
@@ -1,3 +1,3 @@
{% for s in strings %}
- {{ s }}
+ {{- loop.index0 }}. {{ s }}
{% endfor %}