Skip to content

Commit

Permalink
Add loop.last to the document
Browse files Browse the repository at this point in the history
  • Loading branch information
yossyX authored and djc committed Jan 9, 2019
1 parent 10277d7 commit 0876c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions askama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
//! * *loop.index*: current loop iteration (starting from 1)
//! * *loop.index0*: current loop iteration (starting from 0)
//! * *loop.first*: whether this is the first iteration of the loop
//! * *loop.last*: whether this is the last iteration of the loop
//!
//! ### If
//!
Expand Down

0 comments on commit 0876c8e

Please sign in to comment.