How toIron RouterMeteor Iron Router Multiple Data Context with Meteor Posted on April 23, 2019April 23, 2019 | by admin Here’s how to do it: Router.route(‘/things’, { name: ‘things’, waitOn: function () { return [this.subscribe(‘thing’),this.subscribe(‘thinga’)]; }, data: function () { […]