Templates from the Play! framework compile to Scala and seem to be a nice fit for a scala.js project to use for client-side templating. How hard is it to use them in a scala.js project? Since I'm very new to both Scala and sbt, detailed instructions would be much appreciated.
Alternatively, is there any other template engine which would be better suited for use with scala.js?