Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created May 23, 2017 18:59
Show Gist options
  • Save AnkurVyas-BTC/b3997b50840fbb3d7d5d700ad20a7333 to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/b3997b50840fbb3d7d5d700ad20a7333 to your computer and use it in GitHub Desktop.
Partial for handlebars
Handlebars.registerPartial('getButton',
"<button class='{{className}}' data-book-id={{id}}>{{text}}</button>"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment