package views import "fmt" type CatalogThreadPreview struct { Subject string Body string ThreadURL string MediaPath string } templ ThreadsCatalog(previews []CatalogThreadPreview) {
{ preview.Body }