package main import ( "fmt" "net/url" "time" ) templ index(ps []Post, tz *time.Location) {
{ post.Description }
{ post.CreatedAt.In(tz).Format("2006-01-02 - 15:04") }