update
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{{define "index.html"}}
|
||||
{{template "base.html" .}}
|
||||
{{end}}
|
||||
|
||||
{{define "body"}}
|
||||
<div>总数: {{ .total }}</div>
|
||||
<ul>
|
||||
{{range .list}}
|
||||
<li>
|
||||
<a href=" /article/{{.Id }}"> {{.Conf.Title}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user