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

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

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