An online playground for testing and compiling Underscore templates?

Is there an online website where we can play with Underscore or Handlebar templates online without having to download anything?

+5
source share
2 answers

if underscores are enough for your needs: http://rowno.imtqy.com/architect/

+5
source

The Cloud9 IDE has a node.js environment that you can use to install template modules and run them as well, all from a browser.

0
source

All Articles