<!DOCTYPE html>
<html lang="en">
  <head><%- include('./header') %></head>
  <body>
    <%- body %>
    <br/><%- include('./footer') %>
  </body>
</html>
