mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
16 lines
846 B
Text
16 lines
846 B
Text
!!!
|
|
%html{"xml-lang" => "en-US"}
|
|
%head
|
|
%title Hampton Catlin Is Totally Awesome
|
|
%meta{"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8"}/
|
|
%body
|
|
/ You're In my house now!
|
|
.header
|
|
Yes, ladies and gentileman. He is just that egotistical.
|
|
Fantastic! This should be multi-line output
|
|
The question is if this would translate! Ahah!
|
|
= 1 + 9 + 8 + 2 #numbers should work and this should be ignored
|
|
#body= " Quotes should be loved! Just like people!"
|
|
#combo.of_divs_with_underscore= @should_eval = "with this text"
|
|
.footer
|
|
%strong.shout= "This is a really long ruby quote. It should be loved and wrapped because its more than 50 characters. This value may change in the future and this test may look stupid. \nSo, I'm just making it *really* long. God, I hope this works"
|