Skip to content

Instantly share code, notes, and snippets.

@textandhypertext
Created April 20, 2012 04:26
Show Gist options
  • Save textandhypertext/2426002 to your computer and use it in GitHub Desktop.
Save textandhypertext/2426002 to your computer and use it in GitHub Desktop.
Haml version of Middleman's default layout
!!! 5
%head
%meta{:charset => "utf-8"}
/#Always force latest IE rendering engine (even in intranet) & Chrome Frame
%meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"}
= stylesheet_link_tag 'site'
= yield_content :head
%body{:class => page_classes}
#main{:role => "main"}
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment