TinyTemplate
TinyTemplate copied to clipboard
`@index` does not work with formatters
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.