OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head> | |
3 <title>{{ .Title }}</title> | |
4 <link rel="stylesheet" type="text/css" href="style.css" /> | |
5 </head> | |
6 <body> | |
7 <h1>{{ .Title }}</h1> | |
8 {{ .Message }} | |
9 <br/> | |
10 <a href="{{ .BackLink }}">Go back</a> | |
11 </body> | |
12 </html> | |
OLD | NEW |