Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created May 23, 2017 18:21
Show Gist options
  • Select an option

  • Save AnkurVyas-BTC/ccbc23a8a0c9be7caece7001ec981472 to your computer and use it in GitHub Desktop.

Select an option

Save AnkurVyas-BTC/ccbc23a8a0c9be7caece7001ec981472 to your computer and use it in GitHub Desktop.
Format name helper for handlebars
Handlebars.registerHelper('formatName', function (name) {
return 'Mr. ' + name;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment