Meteor 1.0 - Passing a parameter into pathFor using iron:router
问题 I've seen a few answers on how to pass a parameter using iron:router as the third parameter, for example: href="{{pathFor 'article' _id=this._id }}" What I would like to do is pass a parameter as the second variable (where 'article' is in the example above). I have a collection of posts that contain a title , a body , and a type . There are three types of articles in the project I'm working on, and each type needs to be routed to a different template because the formatting is significantly