Skip to content

Instantly share code, notes, and snippets.

@leandrocp
Created October 8, 2010 11:46
Show Gist options
  • Save leandrocp/616663 to your computer and use it in GitHub Desktop.
Save leandrocp/616663 to your computer and use it in GitHub Desktop.
Default HTML5 Application Layout
!!! 5
%html
%head
%title
= javascript_include_tag :defaults
= stylesheet_link_tag 'reset.css'
= csrf_meta_tag
%body
#container
#header
#sidebar
#content= yield
#footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment