Get parameter ID with Meteor Iron Router
//try something like this data: function() { var user = Meteor.users().findOne({_id: this.params.id}); return user; }
http://stackoverflow.com/questions/29193173/how-to-make-use-of-an-id-in-meteor-iron-router#29197205