--- import SiteLayout from "../components/SiteLayout.astro"; import TwoColumnPage from "../components/TwoColumnPage.astro"; import { legacyPageArticle } from "../lib/legacy-page"; const articleHtml = legacyPageArticle("about-us-organizations.html"); ---