compass/doc-src/layouts/partials/example.haml
2010-04-24 10:43:32 -07:00

14 lines
235 B
Plaintext

%h1 Demo: #{@item[:title]}
#demo= example_html
= yield
#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)