Merge pull request #6970 from nZac/doc-jinja-join-filter

Add reference to the join filter.
This commit is contained in:
Michael DeHaan 2014-04-14 11:14:56 -04:00
commit 4f9dafd394

View file

@ -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 }}