minstache icon indicating copy to clipboard operation
minstache copied to clipboard

Mini mustache compiling to stand-alone functions

Results 13 minstache issues
Sort by recently updated
recently updated
newest added

Provide some basic currying to the user (to generate the template function just once for the same template string)

it'd be sweet for this library to support iteration through arrays. ``` js { contacts : [ { name : 'matt' }, { name : 'john' } ] } ```...

this is more a question than an issue. Do you think it would be possible to create a "render" function that would 1) return a dom element 2) accept dom...