|first Filter

outputs the first element in a sequence.

Data Structure As Markdown

Argument
outputs the first element in a sequence. (optional)

Documentation

Outputs the first element in a sequence.

Variable

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

Template

{{ veggies|first }}

Result

Tomatoes

More Data Structure Filters

All Data Structure Filters


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

Send Feedback

Official Documentation
This page last updated on August 2, 2026