1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/test/templates/original_engine.haml
packagethief 6f671d96a6 Getting helpful with it
git-svn-id: svn://hamptoncatlin.com/haml/trunk@39 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-14 19:09:49 +00:00

17 lines
487 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?