/** * @file * * * User: marand * Date: 30/08/15 * Time: 10:07 */ var postsData = [ { title: "Introducing Telescope", url: "http://sachagreif.com/introducing-telescope" }, { title: "Meteor", url: "http://meteor.com" }, { title: "The Meteor book", url: "http://themeteorbook.com" } ]; Template.postsList.helpers({ posts: postsData });