{{.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}} 相关推荐 {{range Related .Content.Id 6}} {{.Title}} {{ParseTime .CreatedAt "2006-01-02"}}{{if .Views}} · {{.Views}} 阅读{{end}} {{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}}