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
is_list
last
Enter search terms or a module, class or function name.