Haml icon
Haml icon

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...

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Mac
  • Windows
  • Linux

Features

  1.  Content Templates

Haml News & Activities

Highlights All activities

Recent activities

  • Twig icon
    POX added Haml as alternative to Twig

Haml information

AlternativeTo Category

Development

GitHub repository

  •  3,835 Stars
  •  589 Forks
  •  13 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Haml was added to AlternativeTo by tehalynn on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is 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.