Merge pull request #9250 from i5513/patch-2

Add readlink filter doc
This commit is contained in:
Michael DeHaan 2014-10-03 08:13:56 -04:00
commit a8a4347d5b

View file

@ -317,6 +317,10 @@ To get the directory from a path::
To expand a path containing a tilde (`~`) character (new in version 1.5)::
{{ path | expanduser }}
To get the real path of a link (new in version 1.8)::
{{ path | readlink }}
To work with Base64 encoded strings::