Is it possible to create a Meteor event for template only?
For example:
'click': function(){}
This will work anywhere on the browser, whether or not the clicked element was part of the template. What if I want to register an event for the template only? Is the only way to achieve this by doing 'click #DOM_ELEM_NAME' ?