--- import Logo from '@components/images/Logo.astro'; import { getDirectusImageURL } from '@/support/url'; interface Props { slug: string; title: string; description: string; logoLight: string; logoDark?: string; count: number; publishDate: string; } const { slug, title, description, logoLight, logoDark, count, publishDate } = Astro.props; ---

{title}

{description}

{count} {publishDate}