--- export interface Props { author: string; source: string; sourceHref: string; } const { author, source, sourceHref } = Astro.props; ---
{author} {source}
{author}