--- import type { ShowContent } from "../lib/api"; interface Props { shows: ShowContent[] } const { shows } = Astro.props; ---

La ricerca incontra il pubblico

Spettacoli e progetti

Esiti, attraversamenti e storie nate durante il lavoro in sala.

{shows.length ? (
{shows.map((show) => (
{show.image.alt}

{show.year}{show.location && {show.location}}

{show.title}

{show.short_description}

{show.cast &&

{show.cast}

}
))}
) :

Nuovi spettacoli e progetti sono in preparazione.

}