I\'m running into a template context situation that I\'m having a hard time finding a way around.
Here\'s the template in question:
It seems since Spacebars (Meteor's new template engine), you have access to the parent context within {{#each}} blocks using ../.
{{#each}}
../
In Meteor 0.9.1, you can also write a helper and use Template.parentData() in its implementation.