Added JSR-223 script engine for FreeMarker - a Java-based general purpose template engine. As usual, the sources and binaries are available at http://scripting.dev.java.net
If you want to use FreeMarker with Phobos Framework, you do not need this engine. Phonos has built-in support for FreeMarker templates. Look for mappedServices.template in bootstrap.js.
But, this FreeMarker (and possibly the Velocity engine) script engine could be useful in stand-alone applications - For example, you can use it an application that processes template emails or other kind of template text.