{{template "header.html" .}}
{{range $.posts}}
{{if .Tags}} {{blogTags $ .Tags}} {{else}} 无 {{end}} | 更新 {{.UpdatedTime | datetime}} | 创建 {{.CreatedTime | datetime}}
{{.Abstract | raw}}
查看
{{end}} {{template "paging.html" $}}
{{template "footer.html" $}} {{template "highlight.html" $}}