1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!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>