diff options
Diffstat (limited to 'testing/templates/precedence-for.html')
-rw-r--r-- | testing/templates/precedence-for.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/precedence-for.html b/testing/templates/precedence-for.html index e5f7e8b..c8d2cdd 100644 --- a/testing/templates/precedence-for.html +++ b/testing/templates/precedence-for.html @@ -1,3 +1,3 @@ {% for s in strings %} - {{- loop.index0 }}. {{ s }}{% if !loop.first %}{% else %} (first){% endif %} + {{- loop.index0 }}. {{ s }}{{ 2 * loop.index }}{% if !loop.first %}{% else %} (first){% endif %} {% endfor %} |