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?
Handlebars is the only templating system right now. Templates are explained throughly in http://docs.meteor.com/#templates.