Skip to content

Instantly share code, notes, and snippets.

@randito
Created March 7, 2011 02:13
Show Gist options
  • Save randito/857972 to your computer and use it in GitHub Desktop.
Save randito/857972 to your computer and use it in GitHub Desktop.
Base layout for haml using blueprint css and jquery
!!! 5
%html
%head
%title Hello World
= stylesheet_link_tag 'screen'
= stylesheet_link_tag 'print', :media => 'print'
/ [if lt IE 8]
= stylesheet_link_tag 'ie'
= csrf_meta_tag
%body
= yield
= javascript_include_tag 'jquery'
= javascript_include_tag 'rails'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment