I know in the javascript world there's a preference by large to use camelCasing but I'm not a fan of it. I don't think its easier to read, and there can be confusion with what to capitalize.
Also whats the purpose of putting your templates inline? I compile all my templates server side into a js file called template.js and when I need a template I simply call:
Also whats the purpose of putting your templates inline? I compile all my templates server side into a js file called template.js and when I need a template I simply call:
Template.documents.index