<!doctype html> <html> <head> {{template "head" .Header}} <title>syzbot</title> </head> <body> {{if .Header.LoginLink}} <script>window.location.replace("{{.Header.LoginLink}}");</script> {{else}} 403 Forbidden {{end}} </body> </html>