--- export interface Props { tableOfContentAutoCollapse?: boolean; readTime?: string; } const { tableOfContentAutoCollapse = false, readTime } = Astro.props as Props; --- {readTime && {readTime}} Table of Contents Table of Contents