{{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 .userInfo.Logo}} {{else}} {{end}} {{.userInfo.Username}} {{if .blog.Tags}}   {{blogTags $ .blog.Tags}} {{end}}
{{if .blog.IsMarkdown }}
{{else}} {{.blog.Content | raw}} {{end}}
{{.blog.Desc}}
{{template "blog/comment.html" .}}
{{template "blog/footer.html" .}} {{template "blog/highlight.html"}}
{{msg . "blogNav"}}
{{if .blog.IsMarkdown }} {{else}} {{end}}