{{include "header.html"}} {{include "nav.html"}}

留言板

{{if .Single}}

{{.Single.Description}}

{{end}}
{{$msgs := Messages 20}} {{if $msgs}}

留言列表

{{range $msgs}}
{{StrSub .Nickname 1}}
{{.Nickname}} {{ParseTime .CreatedAt "2006-01-02 15:04"}}

{{.Content}}

{{end}}
{{end}} {{if .Site}}{{if eq 1 .Site.EnableComment}}

发表留言

{{if and .Site (eq 1 .Site.EnableCaptcha)}} {{end}}
{{end}}{{end}}
{{include "footer.html"}} {{include "js.html"}}