Add reference to the join filter.

pull/6970/head
Nick Zaccardi 11 years ago
parent b0556ab1fb
commit a6c00989d1

@ -260,6 +260,10 @@ Get a random number from 1 to 100 but in steps of 10::
Other Useful Filters
--------------------
To concatenate a list into a string::
{{ list | join(" ") }}
To get the last name of a file path, like 'foo.txt' out of '/etc/asdf/foo.txt'::
{{ path | basename }}

Loading…
Cancel
Save