aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/for-range.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/templates/for-range.html')
-rw-r--r--testing/templates/for-range.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/templates/for-range.html b/testing/templates/for-range.html
index 9b109bb..3688478 100644
--- a/testing/templates/for-range.html
+++ b/testing/templates/for-range.html
@@ -1,5 +1,5 @@
{% for s in 0..2 -%}
- foo
+ foo{% if loop.first %} (first){% endif %}{% if loop.last %} (last){% endif %}
{% endfor -%}
{% for s in init..1 -%}