Sha256: 3105769ba8129b965a1371976017a67f97142bc938591cf8a2fb888675254a01

Contents?: true

Size: 661 Bytes

Versions: 5

Compression:

Stored size: 661 Bytes

Contents

!!!
%html.no-js{:lang => "en"}
  = render :partial => 'layouts/head'

  -# paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
  <!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
  <!--[if IE 7 ]>    <body class="ie7"> <![endif]-->
  <!--[if IE 8 ]>    <body class="ie8"> <![endif]-->
  <!--[if IE 9 ]>    <body class="ie9"> <![endif]-->
  <!--[if (gt IE 9)|!(IE)]><!-->
  %body
    <!--<![endif]-->
    #container
      %header#header
      #main
        = render :partial => 'layouts/flashes'
        = yield
      %footer#footer
      
    -# Javascript at the bottom for fast page loading
    = render :partial => 'layouts/javascripts'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
html5-boilerplate-0.1.4 templates/project/application.html.haml
html5-boilerplate-0.1.3 templates/project/application.html.haml
html5-boilerplate-0.1.2 templates/project/application.html.haml
html5-boilerplate-0.1.1 templates/project/application.html.haml
html5-boilerplate-0.1.0 templates/project/application.html.haml