login

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>{{$title}}</title>
  <style>
    .centered { text-align: center; }
    % include view/menu.css
  </style>
</head>
<body>
  % include view/menu.html
  <h1 class="centered">user</h1>
  <p><strong>nick:</strong> {{$other.nick}}</p>
  <p><strong>name:</strong> {{$other.name}}</p>
  <p><strong>invited by:</strong> {{$other.invited_by or "(root)"}}</p>
</body>
</html>