Commit a6c00989 by Nick Zaccardi

Add reference to the join filter.

parent b0556ab1
...@@ -260,6 +260,10 @@ Get a random number from 1 to 100 but in steps of 10:: ...@@ -260,6 +260,10 @@ Get a random number from 1 to 100 but in steps of 10::
Other Useful Filters 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':: To get the last name of a file path, like 'foo.txt' out of '/etc/asdf/foo.txt'::
{{ path | basename }} {{ path | basename }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment