compass/doc-src/layouts/basic.haml

25 lines
1.3 KiB
Plaintext
Raw Normal View History

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"}
%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
<!--[if !IE 6]><!-->
2010-11-23 21:34:29 +00:00
%link{:charset => "utf-8", :href => "/stylesheets/screen.css", :rel => "stylesheet", :type => "text/css"}
2010-11-23 06:09:18 +00:00
%script(src="/javascripts/jquery-1.3.2.min.js")
%script(src="/javascripts/jquery.cookie.js")
%script(src="/javascripts/site.js")
%script(src="/javascripts/fixups.js" deferred)
%link{:href => "/stylesheets/syntax/shCore.css", :rel => "stylesheet", :type => "text/css"}
%link{:href => "/stylesheets/syntax/shThemeDefault.css", :rel => "stylesheet", :type => "text/css"}
2010-05-01 22:18:12 +00:00
<!--<![endif]-->
/[if gte IE 7]
%link{:charset => "utf-8", :href => "/stylesheets/ie.css", :rel => "stylesheet", :type => "text/css"}
2010-05-01 22:18:12 +00:00
/[if IE 6]
%link{:charset => "utf-8", :href => "http://universal-ie6-css.googlecode.com/files/ie6.0.3.css", :rel => "stylesheet", :type => "text/css"}
- if @item[:content_for_additional_css]
%style(type="text/css")= @item[:content_for_additional_css]
%body{body_attributes(@item)}= yield