Back to Golangtraining

Home

27_code-in-process/56_twitter/34_humanize/templates/html/home.html

latest79 B
Original Source

{{range .Tweets}}

{{.Msg}}

{{.UserName}}

{{humanize_time .Time}}

{{end}}