{{template "blog/header.html" .}}

{{msg . "search"}} - {{.key}}

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