Hello, I would like to use filter and save the output in a template variable for later use. I can't seem to make it work however:
[% dn = defaultName FILTER replace('_',' ') %]
throws an error:
unexpected token (replace)
-- FILTER dn = defaultName replace('_',' ')
Can any one suggest a workaround?
Thanks
-r
