@@ -1,4 +1,9 @@
-{{define "content"}}
+<!DOCTYPE html>
+<html>
+<head>
+<title>Fortunes</title>
+</head>
+<body>
<table>
<tr>
<th>id</th>
@@ -11,4 +16,5 @@
</tr>
{{end}}
</table>
-{{end}}
+</body>
+</html>