2010-11-27 23:13:47 +00:00
|
|
|
!!!5
|
|
|
|
%html.no-js{:dir => "ltr", :lang => "en"}
|
2010-11-13 22:42:55 +00:00
|
|
|
%head
|
2010-11-27 23:13:47 +00:00
|
|
|
%meta{:charset => "utf-8"}/
|
|
|
|
%meta{:content => "chrome=1", "http-equiv" => "X-UA-Compatible"}
|
2010-12-11 20:37:09 +00:00
|
|
|
%meta(name="viewport" content="width=810")
|
2010-11-22 01:11:43 +00:00
|
|
|
%link(rel="shortcut icon" type="image/png" href="/images/compass_icon.png")
|
2010-11-27 23:13:47 +00:00
|
|
|
%title
|
|
|
|
#{@item[:title]} | Compass Documentation
|
|
|
|
%link{:charset => "utf-8", :href => "/stylesheets/home.css", :rel => "stylesheet", :type => "text/css"}
|
2010-12-16 00:15:19 +00:00
|
|
|
= render "partials/js-core"
|
2010-11-27 23:13:47 +00:00
|
|
|
/[if lte IE 8]
|
|
|
|
%link{:charset => "utf-8", :href => "/stylesheets/ie.css", :rel => "stylesheet", :type => "text/css"}
|
|
|
|
- if @item[:content_for_additional_css]
|
|
|
|
%style(type="text/css")= @item[:content_for_additional_css]
|
2010-11-13 22:42:55 +00:00
|
|
|
%body{body_attributes(@item)}
|
2010-11-27 23:13:47 +00:00
|
|
|
#wrap
|
|
|
|
= render "partials/main-navigation"
|
|
|
|
#page
|
|
|
|
#docs_panel
|
|
|
|
#theme_pref
|
|
|
|
%a{:href => "#", :rel => "theme", :title => "switch theme" } Q
|
|
|
|
= yield
|
|
|
|
%footer(role="contentinfo")= render "partials/footer"
|
2010-12-11 20:37:09 +00:00
|
|
|
= render "partials/analytics"
|