mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
Edited doc/templates.rst via GitHub
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ Twig always references the following variables:
|
|||||||
Filters
|
Filters
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Variables can by modified by **filters**. Filters are separated from the
|
Variables can be modified by **filters**. Filters are separated from the
|
||||||
variable by a pipe symbol (``|``) and may have optional arguments in
|
variable by a pipe symbol (``|``) and may have optional arguments in
|
||||||
parentheses. Multiple filters can be chained. The output of one filter is
|
parentheses. Multiple filters can be chained. The output of one filter is
|
||||||
applied to the next.
|
applied to the next.
|
||||||
|
|||||||
Reference in New Issue
Block a user