var hbs = require('hbs'); hbs.registerHelper('check_selected', function (value, options) { if(options.fn(this).indexOf(value) >= 1){ return `selected='selected'`; } });