So what I am trying to do is pass in the current field as well as the current section in each loop to a dynamic template. I know that meteor has the .. syntax to access the parent within the fields loop but I cannot figure out how to pass both this and .. any ideas?
I dunno.
I think there will be changes to helpers arguments in the next version, but i’m not sure if the context modifications will be included, i guess this is not a light (=breaking) change.
if you look at Spacebars’ current devel branch README, you would see that 2 new blocks are being introduced in the next version - {{#let}} and {{#each item in items}}
I’m counting on these new blocks to simplify your problem and similar others