mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
17 lines
460 B
Text
17 lines
460 B
Text
!!!
|
|
%html
|
|
%head
|
|
%title Stop. haml time
|
|
#content
|
|
%h1 This is a title!
|
|
%p Lorem ipsum dolor sit amet, consectetur adipisicing elit
|
|
%p{:class => 'foo'} Cigarettes!
|
|
%h2 Man alive!
|
|
%ul.things
|
|
%li Slippers
|
|
%li Shoes
|
|
%li Bathrobe
|
|
%li Coffee
|
|
%pre
|
|
This is some text that's in a pre block!
|
|
Let's see what happens when it's rendered! What about now, since we're on a new line?
|