
Haml is a templating system that is designed to avoid writing inline code in a web document and make the HTML cleaner. Similar to other template systems like eRuby, Haml also embeds some code that gets executed during runtime and generates HTML code in order to provide some dynamic content. In order to run Haml code, files need to have a .haml extension. These files are similar to .erb or .eRuby files, which also help embed Ruby code while developing a web application. Wikipedia
Developed by: Hampton Lintorn-Catlin • Nathan WeizenbaumAliases: HTML Abstraction Markup Language
File extensions: haml
Wikidata: Q1573599
Influenced: Sass
Programming paradigms: web template system
Language types: markup language • off-side rule language • template language
Haml Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Haml
%html
%title Hello World
%body
%h1 Hello World
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2024-09-05