Search code examples
meteorhandlebars.jshtml-email

Handlebarjs templates events


In Meteor, How to get events from handlebarjs (http://handlebarsjs.com/) templates? E.g. If I provide a button in handlebarjs template and sends this template in an email. Then when i click this button from email, where to set the event of button?


Solution

  • Links are used for click events on emails templates.