haml--haml/test/templates/original_engine.haml

27 lines
593 B
Plaintext

!!!
%html
%head
%title Stop. HAML time
#content
%h1 This is a title!
%p Lorem ipsum dolor sit amet, consectetur adipisicing elit
%ul
%li one
%li two
%li three
%p{ :class => 'foo', :style => 'color:green' } 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?