diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/backend/views/test.html	Sun Apr 14 19:35:23 2024 +0800
@@ -0,0 +1,12 @@
+ <!DOCTYPE html>
+<html>
+<head>
+<title>{{.Title}}</title>
+</head>
+
+<body>
+  <h1>Hello, welcome to {{.Title}}</h1>
+  <div>{{.Content}}</div>
+</body>
+
+</html>