use yml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user