Personally I settled on swig[1] for a recent project. My reasoning being that Nunjucks may contain more features, but, I prefer a constrained set of features that forces me to think twice before I implement & use logic in a view.<p>It's a great project anyway and it did take 2-3 weeks to decide between the two. Good luck with the project!<p>[1] <a href="http://paularmstrong.github.io/swig/" rel="nofollow">http://paularmstrong.github.io/swig/</a>
This is an awesome templating engine. I have heard about so many javascript templating engines, but not this one before, despite the fact that this appears to be better than all of them.
The Clojure alternative (simpler): <a href="https://github.com/yogthos/Selmer/" rel="nofollow">https://github.com/yogthos/Selmer/</a>