|last Filter

outputs the last element in a sequence.

Data Structure As Markdown

Argument
None

Documentation

Outputs the last element in a sequence.

Variable

veggies = ['Tomatoes', 'Cucumbers', 'Peas']

Template

{{ veggies|last }}

Result

Peas

More Data Structure Filters

All Data Structure Filters


Did we get something wrong? Is there a use case for the last filter that we should add? Please let us know.

Send Feedback

Official Documentation
This page last updated on August 2, 2026