{{template "Blog/header.html" .}}
{{.blog.Title}}
{{if .blog.Tags}} {{blogTags .blog.Tags}} {{else}} 无 {{end}} | 更新 {{.blog.UpdatedTime | datetime}} | 创建 {{.blog.CreatedTime | datetime}}
{{if .blog.IsMarkdown }}
{{else}} {{.blog.Content | raw}} {{end}}
{{template "blog/comment.html" .}}
{{template "Blog/footer.html" .}} {{template "Blog/highlight.html"}}
{{msg . "nav"}}
{{if .blog.IsMarkdown }} {{else}} {{end}}