mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
11 lines
139 B
Text
11 lines
139 B
Text
= "not me!"
|
|
= "nor me!"
|
|
- haml_concat "not even me!"
|
|
%p= "NO!"
|
|
%p~ "UH-UH!"
|
|
%h1 Me!
|
|
#foo
|
|
%p#bar All
|
|
%br/
|
|
%p.baz This
|
|
Should render
|