--- import TableOfContents from "./TableOfContents.tsx"; import MoreMenu from "./MoreMenu.astro"; const { content, githubEditUrl } = Astro.props; const headers = content.astro.headers; ---