<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <title>Spectacle</title>
  <meta name="description" content="A React.js based library for creating sleek presentations using JSX syntax (with the ability to live demo your code!)">
  <meta property="og:title" content="Spectacle" />
  <meta property="og:site_name" content="Spectacle" />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="http://www.formidable.com/open-source/spectacle/" />
  <meta property="og:image" content="./static/og-image.png" />
  <meta property="og:description" content="A React.js based library for creating sleek presentations using JSX syntax (with the ability to live demo your code!)" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <base href="{{baseHref}}"/>
  <link rel="icon" href="./static/favicon.ico" type="image/x-icon">
  <!-- Fonts -->
  <link href="https://fonts.googleapis.com/css?family=Karla:400,400italic,700" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Modak" rel="stylesheet">
  <link href="https://formidable.com/open-source/fonts.css" rel="stylesheet" type="text/css">
  <!-- Styles -->
  <link rel="stylesheet" type="text/css" href="{{bundleCss}}">
</head>
<body>
  <div id="content">{{{content}}}</div>
  <script async defer type="text/javascript" src="{{bundleJs}}"></script>
</body>
</html>
