--- export interface Props { title: string; description: string; publishDate: string; url: string; } const { title, description, publishDate, url } = Astro.props as Props; ---

{title}

{description}

Read more