2010-04-24 17:43:32 +00:00
|
|
|
%h1 Demo: #{@item[:title]}
|
|
|
|
#demo= example_html
|
2010-01-27 06:08:13 +00:00
|
|
|
|
2010-03-28 08:49:00 +00:00
|
|
|
= yield
|
|
|
|
|
2010-04-24 17:43:32 +00:00
|
|
|
#how
|
|
|
|
#markup
|
|
|
|
%pre#haml= h(example_haml)
|
|
|
|
%pre#html= h(example_html)
|
|
|
|
#styles
|
|
|
|
%pre#scss= h(example_scss)
|
|
|
|
%pre#sass= h(example_sass)
|
|
|
|
%pre#css= h(example_css)
|