append
Appends the argument to the value.
For example:
{{ value|append:" world" }}
When value is hello then the output will be hello world.
Appends the argument to the value.
For example:
{{ value|append:" world" }}
When value is hello then the output will be hello world.
Template value transformations for text, collections, dates, numbers, URLs, and other data.