{{template "Blog/header.html" .}}
{{.blog.Title}}
{{if .blog.Tags}} {{blogTags .blog.Tags}} {{else}} {{msg . "noTag"}} {{end}} | {{msg . "updatedTime"}} {{.blog.UpdatedTime | datetime}} | {{msg . "createdTime"}} {{.blog.CreatedTime | datetime}}
{{if .blog.IsMarkdown }}
{{else}} {{.blog.Content | raw}} {{end}}
{{template "blog/comment.html" .}}
{{template "Blog/footer.html" .}} {{template "Blog/highlight.html"}}
{{msg . "blogNav"}}
{{if .blog.IsMarkdown }} {{else}} {{end}}