Skip to content

jonson/scalate

 
 

Repository files navigation

Scalate

Scalate is a Scala based template engine which supports HAML, Mustache and JSP, Erb and Velocity style syntaxes.

The following template languages are supported:

  • Mustache: is a Mustache template language for Java/Scala
  • Scaml: Provides Haml style template lanaguage
  • Ssp: Provides a JSP, Erb and Velocity style template language

In Scaml and SSP all expressions are typesafe and checked at edit/compile time to ensure you don't leave any mistakes in your pages. Mustache uses dynamic typing and reflection; a trade off of hiding code and logic from inside the templates.

Links

About

scala template engine: like JSP but without the crap and with added scala coolness

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 77.2%
  • JavaScript 17.2%
  • Java 4.6%
  • Ruby 1.0%