!!! 5 %html{:lang => "en"} %head %title= part[:page_title] +" - "+ orange[:sparkles].site_name(packet, orange.options[:site_name]) %meta{:charset => "utf-8"} %script{:src => "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"} - orange[:sparkles].stylesheets.each{|css| add_css("#{css}.css") } - orange[:sparkles].javascripts.each{|js| add_js("#{js}.js") } = part[:css] = part[:js] /[if lt IE 9] %script{:src => "http://html5shiv.googlecode.com/svn/trunk/html5.js"} %body#home .container %o:slice{:mode => "header"} .body - if(part[:sidebar]).blank? %section.fullwidthcontent= yield - else %section.content= yield %section.sidebar= part[:sidebar] %br.clearfix %o:slice{:mode => "footer"} %o:slice{:mode => "administrivia"}