首页
慢生活
碎言碎语
留言版
关于我
{{range .post}}
{{.Title}}
{{.Summary}}
{{.VistCnt}}
{{.CmtCnt}}
{{.Date}}
{{end}}
{{- $lenth := dec (len .tabs) 1}} {{range $i,$v := .tabs}} {{if eq $i 0}}
«
{{else if eq $i $.curpage}}
{{$v}}
{{else if eq $i $lenth}}
»
{{else}}
{{$v}}
{{end}} {{end}}
{{template "footer" .}}