Filter2¶
A filter that takes the piped input value and one extra argument.
Template syntax: {{ value | myfilter("arg1") }} or
{{ value | myfilter(var) }} where var is a template variable.
Public Functions¶
apply¶
Parameters¶
Returns¶
- String val