haml

Haml code posted
created at 30 Oct 10:05

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
!!!
%html
  %head
    %title Hello, Haml!
  %body
    #header
      %h1 Hello, Haml!
    #content
      %p
        I use Haml
        %span.version= Haml::VERSION
172 Bytes in 2 ms with coderay