1<!doctype html>
2<html>
3<head>
4	{{template "head" .Header}}
5	<title>syzbot</title>
6</head>
7<body>
8	{{if .Header.LoginLink}}
9		<script>window.location.replace("{{.Header.LoginLink}}");</script>
10	{{else}}
11		403 Forbidden
12	{{end}}
13</body>
14</html>
15