!!!
/[if lt IE 7]
/[if IE 7]
/[if IE 8]
%head
%meta{charset: "utf-8"}
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
%title 'Rails 3.1.1 barebones HTML5Boilerplate'
%meta{content: "width=device-width,initial-scale=1", name: "viewport"}
= stylesheet_link_tag "application"
= javascript_include_tag "application"
= csrf_meta_tags
%body
#container
%header
- flash.each do |name, msg|
= content_tag :div, msg, :class => "flash #{name}"
#main{role: "main"}
%section
= yield
%footer