Added 'expanduser' filter to the docs
This commit is contained in:
parent
f5505425f9
commit
ce358e70bd
1 changed files with 4 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue