compass/doc-src/layouts/default.haml

22 lines
879 B
Plaintext
Raw Normal View History

2010-01-21 06:25:44 +00:00
!!! Strict
%html
%head
%title
#{@item[:title]} - Compass
%meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }
%meta(name="viewport" content="width=780")
- if @item[:meta_description]
%meta{:name => "description", :content => @item[:meta_description]}
%link(rel="shortcut icon" type="image/png" href="/images/compass_icon.png")
%link{ :href => "/stylesheets/legacy/main.css", :rel => "stylesheet", :type => "text/css", :media => "screen" }
%script{:src => "/javascripts/jquery-1.3.2.min.js", :type => "text/javascript"}
%body{body_attributes(@item)}
2010-01-21 06:25:44 +00:00
#container
#main
= yield
#sidebar
2010-04-21 06:33:48 +00:00
= render "partials/sidebar", :default_stylesheet => "_compass.scss"
2010-03-30 00:49:13 +00:00
#footer= render "partials/footer"
%script(src="/javascripts/fixups.js" deferred)
2010-03-28 04:17:53 +00:00
= render "partials/analytics"