Hi, I want to define a helper which can perform a loop, and as part of this, I'd like to pass in the @FIRST, @last and @index variables. I notice this is possible in the EnumberableRenderer, but I'm not sure how I go about implementing this in an helper declared inline using the RegisterHelper interface.
Do you have an example of how to implement this?