On Sun, Sep 20, 2009 at 10:27 AM, Oliver Oli <[email protected]> wrote: > I've started writing a simple website with couchapp. It took me a few > hours to grasp the couchdb way, but now it feels much more > straightforward than other web app frameworks. Though I'm missing a > good template engine. template.js is maybe good enough for the most > basic html templates, but it doesn't play well with javascript > embedded in html. Are there alternative template libs that you can > recommend for couchdb / server side templating? Maybe a lib that > supports Django's template syntax? > > Btw, is anyone using haxe with couchdb? >
I use ejs (http://embeddedjs.com/) on serverside and purejs or template features from sammy.js on client side. - benoƮt
