--- const { title, description, publicationDate, headings } = Astro.props; import PageLayout from "./PageLayout.astro"; import TableOfContents from "../components/TableOfContents.svelte"; import PublicationDate from "../components/PublicationDate.astro"; ---

Published on

Edit this page