{{if index .ThemesExt "show_breadcrumb"}}
{{if .Nav}}
首页
{{range .Nav}}
/
{{.Name}}
{{end}}
/
{{.Content.Title}}
{{end}}
{{end}}
{{if .Content}}
{{if .Content.Img}}
{{end}}
{{.Content.Content|Str2Html}}
{{if .Content.Tags}}
{{end}}
{{if or .Prev .Next}}
{{end}}
{{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}}
Comments
评论
{{$comments := ContentComment .Content.Id}}
发表评论
{{end}}
{{end}}
{{include "footer.html"}}
{{include "js.html"}}
{{if and .Content.EnableComment .Site (eq 1 .Site.EnableComment)}}
{{end}}