mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
9 lines
226 B
Text
9 lines
226 B
Text
%div[@article]
|
|
%h1= @article.title
|
|
%div= @article.body
|
|
#id[@article] id
|
|
.class[@article] class
|
|
#id.class[@article] id class
|
|
%div{:class => "article full"}[@article]= "boo"
|
|
%span[@not_a_real_variable_and_will_be_nil]
|
|
Boo
|