Are there any Scala template engines other than scalate?

Freewind picture Freewind · Mar 12, 2011 · Viewed 8.2k times · Source

I'm tring to embed scalate in my website with sbt+jrebel, but found there are some problems I can't resolve.

So I want to know if there any other template engines based on scala?

Answer

James Strachan picture James Strachan · Mar 14, 2011

How about popping on the Scalate group and describing the actual problems you're having? Am sure its fairly straight forward to work around? If the issue you're having is to do with sbt + jrebel and class reloading of scala code that you want to use inside your template engine; switching template engine's isn't sounding like an option (unless you want to stop using Scala in your templates). Plus Scalate is really the best and most popular template engine that uses Scala expressions inside it.