join

Joins the elements of a list. Joins the elements of the input list together, separated by the argument.

For example:

{{ value|join:", " }}

When value is the list ["hello", "world"] then the output will be "hello, world".

See also

element, tail, split