--- const { title, description, date, image, slug } = Astro.props; ---
{ image ? ( {`${title} ) : (
) }

{title}

{description}

{date}