--- import Partition from "./Partition.astro"; const { name, date, tags, link } = Astro.props; ---

{name}

Date: {date}

Tags: {tags}