In the peepcode screencast that was released earlier this week I noticed that you can provide a convention for a handlebars template inline using something like
data-template-name="index/tables"
But if I move this template out of my HTML file to a standalone .handlebars file what is the correct name for this? And what template name does ember need to set this to if I precompile it?
ember.TEMPLATES[ ??? ]
Thank you in advance