--- import MoreMenu from '../RightSidebar/MoreMenu.astro'; import TableOfContents from '../RightSidebar/TableOfContents'; const { content, headings, githubEditUrl } = Astro.props; const title = content.title; ---

{title}