<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />

    <meta name="application-name" content="<%= name %>" />
    <meta name="description" content="<%= description %>" />
    <meta name="author" content="<%= author %>" />

    <title><%= title %></title>

    <!--
    If you don't want to bundle your css files with webpack
    you can load them here.
  -->
    <!-- <link rel="stylesheet" href="assets/main.css"> -->
  </head>
  <body>
    <div id="report"></div>
  </body>
</html>
