Handlebars.registerHelper('tolowercase', function(options) { return options.fn(this).toLowerCase(); });