<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <style>
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    }
    </style>
  </head>
  <body>
    <h1><%= title %></h1>
    <p><%= result %></p>
  </body>
</html>