INADA Naoki
11 năm trước cách đây
mục cha
commit
e6ad312a6d
|
@@ -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>
|