<%- include('partials/top') %>
<form method="POST" action="/login">
  <label>Email:</label>
  <input type="text" name="email">
  <br>
  <label>Password:</label>
  <input type="password" name="password">
  <br>
  <input type="submit" value="Log In">
</form>
<%- include('partials/bottom') %>