diff options
| -rw-r--r-- | askama/src/lib.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/askama/src/lib.rs b/askama/src/lib.rs index 725c3de..e613f50 100644 --- a/askama/src/lib.rs +++ b/askama/src/lib.rs @@ -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  //! | 
