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

{title}