Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philipisapain/super-awesome-handlebars-renderer
Simple tool for rendering handlebars templates with JSON values. Useful for building HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.
https://github.com/philipisapain/super-awesome-handlebars-renderer
List: super-awesome-handlebars-renderer
Last synced: 18 days ago
JSON representation
Simple tool for rendering handlebars templates with JSON values. Useful for building HTML emails that use handlebars tokens for mail-merge (e.g. MailChimp) or for general app templates.
- Host: GitHub
- URL: https://github.com/philipisapain/super-awesome-handlebars-renderer
- Owner: philipisapain
- Created: 2015-10-29T16:55:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T18:37:55.000Z (about 9 years ago)
- Last Synced: 2024-04-10T06:02:49.263Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://cloud.githubusercontent.com/assets/2233641/10826570/3f0656e2-7e62-11e5-8734-10f95fe8bb48.png)
![Super-Awesome Handlebars Renderer Errors](https://cloud.githubusercontent.com/assets/2233641/10826647/b2ff116a-7e62-11e5-9f91-00b08c76f734.png)