tictail / gulp-tictail

Gulp target for simplified Tictail theme creation.
https://www.npmjs.com/package/gulp-tictail/
14 stars 6 forks source link

HTML in description should not be escaped #8

Open ptz0n opened 9 years ago

ptz0n commented 9 years ago

Using {{{description}}} & {{{store_description}}} in theme/partial should not be necessary.

ptz0n commented 9 years ago

https://github.com/janl/mustache.js/blob/master/mustache.js#L569-L571

… or just search/replace {{…}} to {{{…}}} (or {{&…}}) in our own rendering engine wrapping mustache.js:

http://expressjs.com/advanced/developing-template-engines.html