{{! Renders the entire HTML page}}
<!doctype html>
<html class="no-js" lang="en">
  <head>
    {{>layout/head}}
  </head>
  <body id="spectacle">
    {{>layout/page}}
  </body>
</html>
