--- import Badge from "./Badge.astro" interface Props { tags: string[] } const { tags } = Astro.props ---
{tags.map((tag) => )}