Commit ce358e70 by James Cammarata

Added 'expanduser' filter to the docs

parent f5505425
......@@ -220,6 +220,10 @@ To get the directory from a path::
{{ path | dirname }}
To expand a path containing a tilde (`~`) character:
{{ path | expanduser }}
To work with Base64 encoded strings::
{{ encoded | b64decode }}
......
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