Session.set('comments', Posts.find({
      _id: this.params.id
    }, {
      reactive: false
    }).fetch());