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

{{msg . "blogClass"}} - {{.notebook.Title}}

{{end}}
{{$G := .}} {{range .blogs}}
{{if .Tags}} {{blogTags $ .Tags}} {{else}} {{msg $ "noTag"}} {{end}} | {{msg $ "updatedTime"}} {{.UpdatedTime | datetime}} | {{msg $ "createdTime"}} {{.CreatedTime | datetime}}
{{.Content | raw}}
{{msg $ "more"}}.
{{end}}
{{template "Blog/footer.html" .}} {{template "Blog/highlight.html"}}