mustachio
mustachio copied to clipboard
Lightweight, powerful, flavorful, template engine.
Hi, Here is the issue i am having. Lets say we have an API return a data object which could be either this ``` { to : { name :...
It would be nice to render Mustachio templates on the front-end. [Mustache.js](https://github.com/janl/mustache.js) already exists -- I wonder if it's possible to modify it to make Mustachio.js? Has someone already done...
I know that the author of #5 says it’s working when you send an actual email, but I have been unable to get it to work, either in the preview...
I have a template like so: ``` html Station Name {{#each abbrevs}} {{name}} {{/each}} {{#each orders}} {{station}} {{/each}} ``` And then my data model has something like this: ``` json...