Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 362 Bytes

filter_join.rst

File metadata and controls

14 lines (9 loc) · 362 Bytes

django

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".

filter-element, filter-tail, filter-split