!!! XML !!! %html{ :xmlns => 'http://www.w3.org/1999/xhtml' } %head %title= yield(:head_title) || escape_once("#{Locomotive.config.name} — #{current_site.name}") / = javascript_include_tag 'locomotive/box.js' = stylesheet_link_tag :locomotive_installation, :media => 'screen' / = stylesheet_link_tag 'locomotive/foo', :debug => true #, :media => 'screen' / / [if IE] / = stylesheet_link_tag 'blueprint/ie', :media => 'screen' / = include_javascripts :box / = include_stylesheets :box, :media => 'screen' / / / [if IE] / = include_stylesheets :ie, :media => 'screen' = yield :head %body{ :class => controller.controller_name } #wrapper #light.container #panel.container %h1!= title = yield