--- // import Tag from './Tag.astro'; const { slug, title, tags, description, date } = Astro.props; ---
  • {title}
    {description && {description}}