Meteor Template, where does it come from?
meteor
Solution
Handlebars is the only templating system right now. Templates are explained throughly in http://docs.meteor.com/#templates.
Today, the only templating system that has been packaged for Meteor is Handlebars.
Problem
I have been studying the todos example for Meteor. http://www.meteor.com/examples/todos I vaguely understand how to use Template from the example. But where is this declared? I've tried looking at the packages that Meteor uses to find it. I've also searched Google, but there are too many templating systems. Where is the best place to learn about Template and how it is used with Meteor?