Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 877 Bytes

File metadata and controls

13 lines (7 loc) · 877 Bytes

Super-Awesome Handlebars Renderer

Simple tool for rendering handlebars templates with JSON values. Useful for building up HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.

Stores the HTML and JSON in localstorage just in case you accidentally close your browser window with super-awesome work-in-progress.

Also displays a handy error message if you're missing some values. (Since handlebars has a tendency to fail silently on missing values!).

Clone and run npm start to install, build and run a server at http://localhost:3003.

Super-Awesome Handlebars Renderer

Super-Awesome Handlebars Renderer Errors