--- interface Props { tangled: string; } const { tangled } = Astro.props; const links = [ { href: "#privacy", label: "Privacy" }, { href: "#faq", label: "FAQ" }, { href: tangled, label: "Source", external: true }, ] as const; --- Lede { links.map((link) => ( {link.label} )) } Install beta