{{include "header.html"}} {{include "nav.html"}}
{{if index .ThemesExt "show_breadcrumb"}} {{if .Nav}}
首页 {{range .Nav}} / {{.Name}} {{end}} / {{.Content.Title}}
{{end}} {{end}} {{if .Content}}
Article

{{.Content.Title}}

{{ParseTime .Content.CreatedAt "2006-01-02"}} {{if .Content.Author}}作者:{{.Content.Author}}{{end}} {{if .Content.ColumnName}}分类: {{.Content.ColumnName}}{{end}} {{if .Content.Views}}阅读:{{.Content.Views}}{{end}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
标签
{{range .Content.Tags}} {{.Name}} {{end}}
{{end}} {{if or .Prev .Next}} {{end}}
{{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}}
Comments

评论

{{$comments := ContentComment .Content.Id}}
{{range $k, $v := $comments}}
{{$v.Nickname}}{{if ne 0 $v.Pid}} 回复 {{$v.PNickname}}{{end}}
#{{$v.Id}} · {{ParseTime $v.CreatedAt ""}}
{{$v.Content}}
{{end}}

发表评论

{{if .Site.EnableCaptcha}}
点击获取验证码
{{end}}
{{end}} {{end}}
{{include "footer.html"}} {{include "js.html"}} {{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}} {{end}}