<body>
  <div>
    <h1>Welcome, {{username}}</h1>
    <form method="POST" action="/logout">
      <button type="submit">Logout</button>
    </form>
  </div>
</body>
