HAML

HAML, short for HTML abstraction markup language, is a templating language that replaces verbose HTML tags with a clean, indentation-based syntax. It compiles to standard HTML and is popular in Ruby and Rails projects for keeping templates readable.