--- import TableOfContentsList from './TableOfContents/TableOfContentsList.astro'; import type { Props } from '../props'; const { labels, toc } = Astro.props; --- { toc && ( {labels['tableOfContents.onThisPage']} ) }