!!!5 - # This template is just the stuff until the body tag. %html.no-js{:dir => "ltr", :lang => "en"} %head %meta{:charset => "utf-8"}/ %meta{:content => "chrome=1", "http-equiv" => "X-UA-Compatible"} %meta(name="viewport" content="width=780") %link(rel="shortcut icon" type="image/png" href="/images/compass_icon.png") %title #{@item[:title]} | Compass Documentation %link{:charset => "utf-8", :href => "/stylesheets/screen.css", :rel => "stylesheet", :type => "text/css"} %script(src="/javascripts/jquery-1.3.2.min.js" type="text/javascript") %script(src="/javascripts/jquery.cookie.js" type="text/javascript") %script(src="/javascripts/site.js" type="text/javascript") %script(src="/javascripts/modernizr-1.6.min.js" type="text/javascript") %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" = render "partials/analytics"