{{template "header.html" .}}
{{if $.post.Title}} {{$.post.Title}} {{else}} Untitled {{end}}
{{if $.post.Tags}} {{blogTags $ $.post.Tags}}    {{end}} {{$.post.PublicTime | datetime}}    {{$.post.ReadNum}}    {{$.post.LikeNum}}    {{$.post.CommentNum}}
{{ if $.blogInfo.UserLogo}} {{else}} {{end}} {{$.blogInfo.Username}} {{if .post.Tags}}   {{blogTags $ $.post.Tags}} {{end}}
{{if $.post.IsMarkdown }}
{{else}} {{$.post.Content | raw}} {{end}}

Pre: {{if $.prePost}}{{$.prePost.Title}}{{else}}No Post{{end}}

Next: {{if $.nextPost}}{{$.nextPost.Title}}{{else}}No Post{{end}}

{{template "share_comment.html" $}}
{{template "footer.html" $}} {{template "highlight.html" $}}
Table of content
{{if $.post.IsMarkdown }} {{else}} {{end}}