{{include "header.html"}} {{if .Content}} {{end}} {{include "nav.html"}} {{include "bread.html"}}
Article

{{.Content.Title}}

{{if .Content.Img}}
{{.Content.Title}}
{{end}} {{if .Content.Description}}

{{.Content.Description}}

{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}} {{end}} {{if or .Prev .Next}}
{{if .Prev}} 上一篇 {{.Prev.Title}} {{end}} {{if .Next}} 下一篇 {{.Next.Title}} {{end}}
{{end}}
{{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}}
Comments

评论区

{{$comments := ContentComment .Content.Id}}
{{range $k, $v := $comments}}
{{$v.Nickname}}
{{$v.Nickname}} {{if ne 0 $v.Pid}} 回复 {{$v.PNickname}}{{end}}
{{ParseTime $v.CreatedAt ""}}
{{$v.Content}}
回复
{{end}}
{{if and .Site (eq 1 .Site.EnableCaptcha)}}
点击获取验证码
{{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}} {{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}} {{end}}