familyfedie-website/src/pages/about-us-organizations.astro
Loyyd f85aca7d58
Some checks are pending
/ deploy (push) Waiting to run
Remove .html from internal links
2026-07-02 19:44:40 +02:00

17 lines
925 B
Text

---
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");
---
<SiteLayout
title="Organizations &#8211; FFWPU Ireland"
description="Explore organizations connected with Rev. Sun Myung Moon and Dr. Hak Ja Han Moon, including UPF, WFWP, IRFF, and the Unification Church."
bodyClass="page-template page-template-templates page-template-template-twocolumns-right page-template-templatestemplate-twocolumns-right-php page page-id-124 page-child parent-pageid-29 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
pathname="/about-us-organizations"
canonical="/about-us-organizations"
>
<TwoColumnPage articleHtml={articleHtml} />
</SiteLayout>