HAML

529
331
+ 1
267
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of HAML
  • 68
    Clean and simple
  • 49
    No html open/close tags
  • 39
    Easier to write than ERB
  • 36
    Forces clean and readable code
  • 34
    Simpler markup language
  • 24
    Open Source
  • 16
    HTML Templating
  • 1
    You'll love it if you like Haikus
Cons of HAML
  • 3
    It's not Pug

What is HAML?

Haml is a markup language that’s used to cleanly and simply describe the HTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding HTML into the template, because it is actually an abstract description of the HTML, with some code to generate dynamic content.
What companies use HAML?
Manage your open source components, licenses, and vulnerabilities
Learn More
What tools integrate with HAML?