package views import "fmt" import "github.com/dominicf2001/comfychan/internal/util" type CatalogThreadPreview struct { Subject string Body string ThreadURL string MediaPath string } templ ThreadsCatalog(previews []CatalogThreadPreview) {
@templ.Raw(util.EnrichPost(preview.Body))