Haml is HTML abstraction markup language. In other words, it's a language you can use instead of HTML to create HTML files. It's designed to make markup simple, easy to write, clean, readable, and adhering to the DRY principles. Haml is easy to learn and is well documented. It saves your time because there are … Continue reading HAML Introduction