/** * @file * * * User: marand * Date: 05/09/15 * Time: 22:06 */ Template.postPage.helpers({ comments: function () { return Comments.find({ postId: this._id }); } });