{{include "header.html"}}
{{include "nav.html"}}
{{if .Content}}
{{if .Nav}} {{end}}

{{.Content.Title}}

{{if .Content.User.URL}} {{.Content.Author}} {{else}}{{.Content.Author}}{{end}} {{ParseTime .Content.CreatedAt "2006-01-02"}} {{.Content.Views}} 阅读 {{if .Content.ColumnURL}} {{.Content.ColumnName}} {{end}}
{{if .Content.Tags}}
{{range .Content.Tags}} {{.Name}} {{end}}
{{end}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}
{{.Content.Content|Str2Html}}
分享:
{{if .Content.Origin}}
来源:{{.Content.Origin}}
{{end}}
{{if .Prev}}
上一篇
{{else}}
上一篇
没有了
{{end}} {{if .Next}}
下一篇
{{else}}
下一篇
没有了
{{end}}
{{$related := Related .Content.Id 4}} {{if $related}}

相关文章

{{end}} {{if and .Content.EnableComment .Site (eq 1 .Site.EnableMessage)}}

评论

{{if eq 1 .Site.EnableComment}}
{{if eq 1 .Site.EnableCaptcha}}
验证码
{{end}}
{{end}} {{$comments := ContentComment .Content.Id}} {{if $comments}}
{{range $comments}}
{{slice .Nickname 0 1}}
{{.Nickname}} {{ParseTime .CreatedAt "2006-01-02 15:04"}}

{{.Content}}

{{end}}
{{else}}

暂无评论,快来抢沙发吧!

{{end}}
{{end}} {{end}}
{{include "footer.html"}} {{include "js.html"}}