Home | History | Annotate | Download | only in templates
      1 <html>
      2 <head>
      3 <title>{{.Title}}</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>{{.Title}}</h1>
      9 {{.Message}}
     10 <br/>
     11 <a href="{{.BackLink}}">Go back</a>
     12 </body>
     13 </html>
     14