This commit is contained in:
2024-08-01 02:44:06 +08:00
parent 1860e3666d
commit a8891902c6
11 changed files with 121 additions and 57 deletions

View File

@@ -11,5 +11,13 @@
<a href="/page/1">Go语言入门</a><br>
<a href="/page/2">Gin框架入门</a><br>
<a href="/page/3">Web开发基础</a><br>
<ul>
{{ range .Items }}
<li>Title: {{ .Title }}, Slug: {{ .Slug }}</li>
<li>Created: {{ .Created }}, Text: {{ .Text }}</li>
{{ end }}
</ul>
</body>
</html>