1 <html> 2 <head> 3 <title>Error {{.Code}}: {{.CodeString}}</title> 4 <link rel="stylesheet" type="text/css" href="res/style.css" /> 5 <link rel="icon" type="image/ico" href="res/favicon.ico" /> 6 </head> 7 <body> 8 <h1>Error {{.Code}}: {{.CodeString}}</h1> 9 {{.Message}} 10 <br/> 11 </body> 12 </html> 13