xuwei-k / scalate

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

Home Page:http://scalate.github.io/scalate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalate

build Maven Central

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 language
  • Scaml: Provides Haml style template language
  • 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

http://scalate.github.io/scalate/

License:Apache License 2.0


Languages

Language:Scala 93.2%Language:Scaml 1.9%Language:CSS 1.7%Language:Java 1.0%Language:Pug 0.9%Language:JavaScript 0.5%Language:HTML 0.4%Language:Haml 0.2%Language:Mustache 0.1%Language:Shell 0.0%Language:CoffeeScript 0.0%