Skip to content

Instantly share code, notes, and snippets.

@benzittlau
Created May 16, 2011 03:15
Show Gist options
  • Save benzittlau/973873 to your computer and use it in GitHub Desktop.
Save benzittlau/973873 to your computer and use it in GitHub Desktop.
Application layout file for a haml based sinatra app
!!! 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