I have a template, task_list, that looks like this:
task_list
{{#each tasks}} {{> task}} {{/each}}
Template.task_list.tasks
Dan's answer was definitely spot on, but I want to remind that I belive autopublish package has to be removed for it to actually work.
meteor remove autopublish
Plus, I recommend spin package for a nice looking spinner.