In handlebars.net, I know we can access array members like
{{SomeArray.0}}
Is it possible to access collection items through indexers like
{{SomeCollectionInstance['key']}}
or
{{SomeCollectionInstance.key}}
If not possible, can anyone propose a way to implement it, at least for string and numeric indexers?