2010-12-14 22:44:44 +00:00
|
|
|
!!!5
|
|
|
|
%html.no-js{:dir => "ltr", :lang => "en"}
|
2010-01-21 06:25:44 +00:00
|
|
|
%head
|
2010-12-14 22:44:44 +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=780")
|
2012-05-10 21:11:07 +00:00
|
|
|
- if ENV["BETA"]
|
|
|
|
%meta(name="robots" content="noindex")
|
2010-11-22 01:11:43 +00:00
|
|
|
%link(rel="shortcut icon" type="image/png" href="/images/compass_icon.png")
|
2010-12-14 22:44:44 +00:00
|
|
|
%title
|
|
|
|
#{@item[:title]} | Compass Documentation
|
|
|
|
%link{:charset => "utf-8", :href => "/stylesheets/screen.css", :rel => "stylesheet", :type => "text/css"}
|
2010-12-16 00:15:19 +00:00
|
|
|
= render "partials/js-core"
|
2010-12-14 22:44:44 +00:00
|
|
|
%body.default{body_attributes(@item)}
|
|
|
|
#wrap
|
|
|
|
= render "partials/main-navigation"
|
|
|
|
#page
|
|
|
|
#docs_panel
|
|
|
|
#theme_pref
|
|
|
|
%a{:href => "#", :rel => "theme", :title => "switch theme" } Q
|
|
|
|
#version
|
|
|
|
Version:
|
|
|
|
%a.number(href="/CHANGELOG/")= compass_version
|
|
|
|
%article= yield
|
|
|
|
%footer(role="contentinfo")= render "partials/footer"
|
2010-03-28 04:17:53 +00:00
|
|
|
= render "partials/analytics"
|
2010-12-14 22:44:44 +00:00
|
|
|
|