The following doesn't seem to push the first entry of an array onto the context ``` {{#array.first()}}{{.}}{{/array.first()} ``` while this does ``` {{#array}}{{#first()}}{{.}}{{/first()}}{{/array}} ```
The following doesn't seem to push the first entry of an array onto the context
while this does