Skip to content

Instantly share code, notes, and snippets.

@sxross
Created November 28, 2011 18:21
Show Gist options
  • Save sxross/1401394 to your computer and use it in GitHub Desktop.
Save sxross/1401394 to your computer and use it in GitHub Desktop.
Layout Haml File
!!!5
%html
%head
%meta{:charset => "utf-8"}
// Always force latest IE rendering engine (even in intranet) & Chrome Frame
%meta{:content => "IE=edge,chrome=1"}
%meta{"http-equiv" => "X-UA-Compatible"}
= stylesheet_link_tag "site.css"
= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"
= javascript_include_tag "underscore-min.js"
= javascript_include_tag "backbone-min.js"
= javascript_include_tag "application.js"
= yield_content :head
%body.page_classes
#main{:role => "main"}
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment