Skip to content

Instantly share code, notes, and snippets.

@fairchild
Created December 7, 2011 09:34
Show Gist options
  • Select an option

  • Save fairchild/1442171 to your computer and use it in GitHub Desktop.

Select an option

Save fairchild/1442171 to your computer and use it in GitHub Desktop.
haml layout for using bootstrap
@@ layout
%html
%head
%link(rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css")
%body
.container
.content
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment