Haml favicon

Haml

Haml (HTML Abstraction Markup Language) is a lightweight markup language that is used to describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as elegant as it can be. Haml functions as a replacement for inline page templating systems such as PHP, RHTML, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is itself a description of the XHTML, with some code to generate dynamic content. Haml's equivalent for CSS is Sass.

slm

slm

Slm is a template language for js. Port of Slim but slimmer :)

Short list of the features Elegant syntax Short syntax without ...