{{template "header.html" .}}
{{.post.Title}}
{{if .post.Tags}} {{blogTags $ .post.Tags}} {{else}} 无 {{end}} | 更新 {{$.post.UpdatedTime | datetime}} | 创建 {{$.post.CreatedTime | datetime}}
{{ if $.blogInfo.UserLogo}} {{else}} {{end}} {{$.blogInfo.Username}} {{if .post.Tags}}   {{blogTags $ $.post.Tags}} {{end}}
{{if $.post.IsMarkdown }}
{{else}} {{$.post.Content | raw}} {{end}}

上一篇: {{if $.prePost}}{{$.prePost.Title}}{{else}}无{{end}}

下一篇: {{if $.nextPost}}{{$.nextPost.Title}}{{else}}无{{end}}

{{template "share_comment.html" $}}
{{template "footer.html" $}} {{template "highlight.html" $}}
文档导航
{{if $.post.IsMarkdown }} {{else}} {{end}}