Template.gridPadding.helpers({ //create a list of true values with length = num list: function(){ return _.range(1, this.num); } })