package templates import ( "fmt" "mal/integrations/jikan" "mal/web/components" "mal/web/shared" ) templ StudioDetails(producer jikan.ProducerResponse, animes []jikan.Anime, hasNext bool, nextPage int) { @Layout("mal - "+shared.GetProducerName(producer), true) {
Established: { shared.FormatEstablishedDate(producer.Data.Established) }
} if producer.Data.Count > 0 {{ fmt.Sprintf("%d anime", producer.Data.Count) }
}{ producer.Data.About }
}