Skip to content
forked from scalate/scalate

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

License

Notifications You must be signed in to change notification settings

jeffwilde/scalate

This branch is 1010 commits behind scalate/scalate:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a570ec · Jan 11, 2012
Nov 14, 2011
Nov 14, 2011
Dec 22, 2011
Nov 14, 2011
Nov 14, 2011
Nov 14, 2011
Nov 24, 2011
Nov 17, 2011
Nov 14, 2011
Nov 14, 2011
Jan 11, 2012
Nov 14, 2011
Dec 22, 2011
Nov 14, 2011
Nov 14, 2011
Dec 22, 2011
Nov 14, 2011
Nov 14, 2011
Nov 17, 2011
Nov 14, 2011
Nov 14, 2011
Nov 14, 2011
Jan 5, 2012
Nov 14, 2011
Feb 10, 2011
Nov 11, 2011
Nov 14, 2011
Jul 26, 2010
Mar 11, 2011
Dec 22, 2011
Jan 6, 2011
May 27, 2010
Jun 15, 2010

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
  • Jade: The Jade style of Haml/Scaml template lanaguage
  • 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.

Building

To build Scalate from the source please see the building instructions

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 51.6%
  • Ruby 28.9%
  • JavaScript 17.6%
  • Java 1.2%
  • Shell 0.5%
  • Perl 0.2%