Skip to content

Instantly share code, notes, and snippets.

@craigmcnamara
Created November 3, 2009 07:46
Show Gist options
  • Select an option

  • Save craigmcnamara/224874 to your computer and use it in GitHub Desktop.

Select an option

Save craigmcnamara/224874 to your computer and use it in GitHub Desktop.
!!!DOCTYPE
%html
%head
= render :partial => "shared/head"
= yield :head
%body
#container.container
.span-22.prepend-1
= yield
.clear
.footer
= render :partial => "shared/footer"
= yield :javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment