INADA Naoki %!s(int64=11) %!d(string=hai) anos
pai
achega
e6ad312a6d
Modificáronse 1 ficheiros con 8 adicións e 2 borrados
  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>