riot-js

Open full view…

Making Handlebars work: Should riot-tmpl ignore {{expr}} but not {expr}?

chardskarth
Thu, 09 Nov 2017 09:35:23 GMT

I am looking at `riot-tmpl` and was wondering if we could reconfigure it to ignore the double braces. Would it be hard to implement this? Or what can you guys say about this work around to make handlebars work? In my setup, I would have to do two rendering stages: --- Handelbars.compile(riot.render())(context) --- Cheers for this awesome riotjs community!