{{template "widgets/header.tpl" .}}
{{range $index,$item := .Lists}}
{{if eq $item.BlogStatus "password"}}
{{i18n $.Lang "blog.encrypt"}}
{{end}}
{{$item.BlogTitle}}
{{$item.BlogExcerpt}}
{{/*
{{urlfor "BlogController.Index" ":id" $item.BlogId}}
*/}}
{{i18n $.Lang "blog.author"}}:{{$item.CreateName}}
{{i18n $.Lang "blog.update_time"}}:{{date_format $item.Modified "2006-01-02 15:04:05"}}
{{else}}
{{i18n $.Lang "blog.no_blog"}}
{{end}}
{{.PageHtml}}
{{template "widgets/footer.tpl" .}}
{{.Scripts}}