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