Created
November 28, 2011 18:21
-
-
Save sxross/1401394 to your computer and use it in GitHub Desktop.
Layout Haml File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!!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