|truncatewords Filter

truncates a value to n words and appends an ellipsis (…).

String As Markdown

Argument
n (required) – number of words to truncate to.

Documentation

Truncates a value to n words and appends an ellipsis (…).

 

Variable

blurb_text = 'You are pretty smart!'

Template

{{ blurb_text|truncatewords:3 }}

Result

You are pretty…

Commentary

More String Filters

All String Filters


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

Send Feedback

Official Documentation
This page last updated on August 2, 2026