--- import type { BlogPosting } from "@lib/collection/types"; type Props = { citations: BlogPosting[] }; const { citations } = Astro.props; --- { citations.length > 0 && ( ) }