/** * @file * * * User: marand * Date: 30/08/15 * Time: 10:07 */ Template.postsList.helpers({ posts: function () { return Posts.find(); } });