comparison backend/views/test.html @ 0:a17a4894f4bd draft default tip

Initial commit converting git to mercurial
author Alfred Burgess <aburgess@ucc.asn.au>
date Sun, 14 Apr 2024 19:35:23 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a17a4894f4bd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>{{.Title}}</title>
5 </head>
6
7 <body>
8 <h1>Hello, welcome to {{.Title}}</h1>
9 <div>{{.Content}}</div>
10 </body>
11
12 </html>