<!DOCTYPE html>
<html lang='en'>
<head>
  <meta charset='utf-8'>
  <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
  <title>{{{ title }}}</title>
  <link href='diapo.css' rel='stylesheet' type='text/css' />
  <style>
    .new-shiny { background: #aaaaaa; }
  </style>
  <script src='diapo.js'></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
  <script>hljs.initHighlightingOnLoad();</script>
</head>
<body class='{{{ theme }}}'>
  <section id="diapo-progress-bar-container">
    <div id="diapo-progress-bar"></div>
  </section>
  {{{ slides }}}
</body>
</html>
