{{include "header.html"}} {{if .Content}}{{end}} {{include "nav.html"}} {{include "bread.html"}}
{{.Content.Title}}
{{.CurrentColumn.Name}}

{{.Content.Title}}

作者:{{default .Content.Author .Content.User.Nickname}}
{{if .Content.User.URL}} 作者专栏 {{end}}
时间:{{ParseTime .Content.CreatedAt "2006-01-02"}}
浏览:{{.Content.Views}}
{{if .Content.Tags}}
{{range .Content.Tags}} #{{.Name}} {{end}}
{{end}}
{{Str2Html .Content.Content}}
{{if .Prev}}
上一篇
{{.Prev.Title}}
{{end}} {{if .Next}}
下一篇
{{.Next.Title}}
{{end}}
{{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}}
评论区 {{$comments := ContentComment .Content.Id}} ({{len $comments}}条评论)
{{range $k, $v := $comments}}
{{slice $v.Nickname 0 1}}
{{$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 "sidebar.html"}}
{{include "footer.html"}} {{include "js.html"}} {{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}} {{end}}