Browse Source

Fix template

INADA Naoki 11 years ago
parent
commit
e6ad312a6d
1 changed files with 8 additions and 2 deletions
  1. 8 2
      gin/fortune.html

+ 8 - 2
gin/fortune.html

@@ -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>