{{include "header.html"}} {{if .Content}} {{end}} {{include "nav.html"}}
{{if .Content.Img}}
{{.Content.Title}}
{{end}}

{{.Content.Title}}

{{.Content.Author}} {{ParseTime .Content.CreatedAt "2006-01-02"}} {{.Content.Views}}

{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{range .Content.Tags}} {{.Name}} {{end}}
{{end}}
{{if or .Prev .Next}}
{{if .Prev}}
上一篇
{{.Prev.Title}}
{{end}}
{{if .Next}}
下一篇
{{.Next.Title}}
{{end}}
{{end}} {{if .Content.Id}} {{$related := Related .Content.Id 6}} {{if $related}}

相关资讯

{{range $related}}
{{if .Img}} {{end}}

{{.Title}}

{{ParseTime .CreatedAt "2006-01-02 15:04"}} {{.Views}}
{{if .Tags}}
{{range .Tags}} {{.Name}} {{end}}
{{end}}
{{end}}
{{end}} {{end}}
{{if .CurrentColumn}}

最新

    {{range ColumnContents .CurrentColumn.Slug 10}}
  • {{.Title}}

    {{ParseTime .CreatedAt "01-02"}}

  • {{end}}
{{end}}

热门标签

{{range Tags 20}} {{.Name}} {{end}}
{{include "footer.html"}} {{include "js.html"}}