2010-01-27 06:08:13 +00:00
|
|
|
!!! Strict
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%title
|
|
|
|
#{@item[:title]} - Compass
|
|
|
|
%meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
|
2010-01-28 09:11:42 +00:00
|
|
|
%link{ :href => "/docs/stylesheets/example.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
|
2010-01-27 06:08:13 +00:00
|
|
|
%style{:type => "text/css"}= example_css
|
|
|
|
%body{body_attributes(@item)}
|
|
|
|
#container
|
|
|
|
#main
|
|
|
|
= yield
|