view 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
line wrap: on
line source

 <!DOCTYPE html>
<html>
<head>
<title>{{.Title}}</title>
</head>

<body>
  <h1>Hello, welcome to {{.Title}}</h1>
  <div>{{.Content}}</div>
</body>

</html>