Iron router on click button

I have this code

Template.home.events 'click .buy': (event) ->
  event.preventDefault()
  ???
  return

After the user click the button (buy) I want it will go to a router path /product. What shall I add in my code?

Router.go('/yoururl');

Relevant entry in the Iron router guide

@MazDev thanks it works!

@MazDev Maybe you like to answer it in stackoverflow http://stackoverflow.com/questions/29429365/meteor-js-iron-router-on-click-button. I can give the points to you :smiley:

Done, thanks.

(I need 20 chars to post)