doctype html /[if lt IE 7]

html.no-js.lt-ie9.lt-ie8.lt-ie7 /

/[if IE 7]

html.no-js.lt-ie9.lt-ie8 /

/[if IE 8]

html.no-js.lt-ie9 /

‘<!–[if gt IE 8]><!–> <html lang=“en-US”> <!–<![endif]–> head

meta charset="utf-8"
meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"
/ Use title if it's in the page YAML frontmatter
title == current_page.data.title || "HTML5 Boilerplate"
meta name="description" content=""
meta name="viewport" content="width=device-width"

/ Place favicon.ico and apple-touch-icon.png in the root directory

== stylesheet_link_tag \
    "screen"

/[if lt IE 9]
    == javascript_include_tag \
        "http://html5shim.googlecode.com/svn/trunk/html5.js",
        "respond.min",
        "ie"
    == stylesheet_link_tag \
        "ie.css"

body

== yield

== javascript_include_tag \
    "script"

/ Google Analytics: change UA-XXXXX-X to be your site's ID.
javascript:
  var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
  (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  s.parentNode.insertBefore(g,s)}(document,'script'));