Created
May 16, 2011 03:15
-
-
Save benzittlau/973873 to your computer and use it in GitHub Desktop.
Application layout file for a haml based sinatra app
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 | |
<!--[if lt IE 9]> | |
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
%title Bens Scraps | |
%link(rel="stylesheet" href="css/blueprint/screen.css" media="screen") | |
%link(rel="stylesheet" href="css/blueprint/print.css" media="print") | |
%link(rel="stylesheet" href="css/custom.css") | |
%body | |
%div.container | |
= yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment