--- import TableOfContents from './TableOfContents.jsx'; import MoreMenu from './MoreMenu.astro'; const {content, githubEditUrl} = Astro.props; const headers = content.astro?.headers; --- {headers && }