diff --git a/askama/src/lib.rs b/askama/src/lib.rs index 725c3dedb..e613f508f 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 //!