<!DOCTYPE html> <!–[if lt IE 7]> <html class=“no-js ie6 oldie” lang=“en”> <![endif]–> <!–[if IE 7]> <html class=“no-js ie7 oldie” lang=“en”> <![endif]–> <!–[if IE 8]> <html class=“no-js ie8 oldie” lang=“en”> <![endif]–> <!–[if gt IE 8]><!–> <html class=“no-js” lang=“en”> <!–<![endif]–>

<head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <title><%= @name.titlecase %></title>

  <link rel="stylesheet" href="<%%= stylesheet_path 'application' %>">
  <script src="<%%= javascript_path 'application' %>"></script>
</head>
<body>
<div class="wrapper">
  <%%= styled_flash %>
  <main>
    <%%= yield %>
  </main>
</div>
  <!--[if lt IE 7]>
    <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/CFInstall.min.js"></script>
    <script>window.attachEvent("onload",function(){CFInstall.check({mode:"overlay"})})</script>
  <![endif]-->
</body>

</html>