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