magpie-ea / magpie-modules

the reusable front-end bits in the _magpie modules
MIT License
7 stars 1 forks source link

Allow HTML tags in text to be rendered via Mustache #11

Closed michael-franke closed 5 years ago

michael-franke commented 5 years ago

View templates should use triple braces {{{ VARIABLE }}} around elements to be inserted via Mustache. Else HTML tags will not be rendered but show up as text.

stelaseldano commented 5 years ago

Actually I removed Mustache since we are using ES6 and we can use JS template strings now. It works the same way.