2010-05-01 22:18:12 +00:00
|
|
|
!!!5
|
|
|
|
- # This template is just the stuff until the body tag.
|
2010-11-23 06:09:18 +00:00
|
|
|
%html.no-js{:dir => "ltr", :lang => "en"}
|
2010-05-01 22:18:12 +00:00
|
|
|
%head
|
|
|
|
%meta{:charset => "utf-8"}/
|
|
|
|
%meta{:content => "chrome=1", "http-equiv" => "X-UA-Compatible"}
|
2010-11-22 01:11:43 +00:00
|
|
|
%link(rel="shortcut icon" type="image/png" href="/images/compass_icon.png")
|
2010-05-01 22:18:12 +00:00
|
|
|
%title
|
|
|
|
#{@item[:title]} | Compass Documentation
|
2010-11-23 21:34:29 +00:00
|
|
|
%link{:charset => "utf-8", :href => "/stylesheets/screen.css", :rel => "stylesheet", :type => "text/css"}
|
2010-11-27 23:13:47 +00:00
|
|
|
%script(src="/javascripts/modernizr-1.6.min.js" type="text/javascript")
|
|
|
|
%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")
|
2010-11-24 23:43:25 +00:00
|
|
|
%script(src="/javascripts/shCore.js" type="text/javascript" deferred)
|
2010-12-07 23:28:52 +00:00
|
|
|
-#%script(src="/javascripts/shBrushSass.js" type="text/javascript" deferred)
|
2010-11-27 23:13:47 +00:00
|
|
|
%script(src="/javascripts/fixups.js" type="text/javascript" deferred)
|
|
|
|
/[if lte IE 8]
|
2010-11-22 01:11:43 +00:00
|
|
|
%link{:charset => "utf-8", :href => "/stylesheets/ie.css", :rel => "stylesheet", :type => "text/css"}
|
2010-05-01 22:18:12 +00:00
|
|
|
- if @item[:content_for_additional_css]
|
|
|
|
%style(type="text/css")= @item[:content_for_additional_css]
|
2010-12-07 23:28:52 +00:00
|
|
|
%body{body_attributes(@item)}= yield
|