1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{{define "title"}}Log in with Fediverse{{end}}
{{define "pageClass"}}narrow{{end}}
{{define "content"}}
<h1>Log in with Fediverse</h1>
<form method="GET" action="/login">
  <label for="user">Your fediverse handle</label>
  <input type="text" id="user" name="user" placeholder="@you@mastodon.social" autofocus>
  <button type="submit" style="margin-top:0.75rem">Continue &rarr;</button>
</form>
{{end}}

{{template "base" .}}