例 !!! XML !!! %html %head %meta{:"http-equiv"=>"Content-Type", :content=>"text/html", :charset=>"utf-8"} %title Hello, Haml! %body #main %h1 Hello Haml %div this is a sample haml. タグ (%) %html id指定、class指定 (#, .) %div#main %p.title タグを省略するとdivになる。 #main .title Hello 属性 ({}) %script{:src => "/javascripts/foo.js"} %input{:selected => true} 括弧内にはRubyのコードが書ける。Haml::Helpers のメソッドを使うと: %html{ html_attrs