{{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"}}