{{template "Blog/header.html" .}}
{{if .notebookId}}

分类 {{.notebook.Title}}

{{end}}
{{range .blogs}}
{{if .Tags}} {{blogTags .Tags}} {{else}} 无 {{end}} | 更新 {{.UpdatedTime | datetime}} | 创建 {{.CreatedTime | datetime}}
{{.Content | raw}}
More...
{{end}}
{{template "Blog/footer.html" .}} {{template "Blog/highlight.html"}}