From df07f7f5e3345ced96decb0cb4c4f1bdfcdb1b12 Mon Sep 17 00:00:00 2001 From: yossyJ <28825627+yossyJ@users.noreply.github.com> Date: Sat, 5 Jan 2019 20:18:59 +0900 Subject: Add support for loop.last --- testing/templates/for-range.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/templates/for-range.html') 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 -%} -- cgit