Filter3¶
A filter that takes the piped input value and two extra arguments.
Template syntax: {{ value | myfilter("arg1", "arg2") }} or with
template variables as arguments.
Public Functions¶
apply¶
Apply the filter to the input value with two extra arguments.
Parameters¶
Returns¶
- String val