Filters are used to modify values you want to show or use in your templates. For example:
{{ value|lower }}
will lowercase the input value using the lower filter.
See also
a listing of all Filters.
Builtin tags and custom tags
Wiring it up: actions and postbacks
Enter search terms or a module, class or function name.