!!! 5 %html %head %meta{ :content => "text/html;charset=UTF-8", "http-equiv" => "content-type" } %meta{:name => 'description', :content => "#{yield :description}"} = csrf_meta_tag %title #{yield :title} = stylesheet_link_tag 'screen.css', :media => 'screen, projection' /[if IE 7] = stylesheet_link_tag 'ie', :media => 'screen, projection' /[if lt IE 9] %script{ :src => "http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js" } %body .container %header - if flash[:notice] != nil %p{:class => "flash_notice"} = flash[:notice] - elsif flash[:error] != nil %p{:class => "flash_error"} = flash[:error] = yield %footer .container .container{:class => "sub_footer"} %p © #{Time.now.year}