I try to use custom formatter with index like this: { @index | my_formtter } .
When I try to render the template it fails with the following message
Failed to find value '@index' from path '@index'.
If I remove formatter everything works as expected.