15 lines
797 B
Text
15 lines
797 B
Text
---
|
|
import SiteLayout from "../components/SiteLayout.astro";
|
|
import TwoColumnPage from "../components/TwoColumnPage.astro";
|
|
import articleHtml from "../content/pages/about.html?raw";
|
|
---
|
|
|
|
<SiteLayout
|
|
title="About Us – FFWPU Ireland"
|
|
description="Learn about the Family Federation for World Peace and Unification in Ireland, its teachings, and its focus on God-centered families."
|
|
bodyClass="page-template page-template-templates page-template-template-twocolumns-right page-template-templatestemplate-twocolumns-right-php page page-id-29 page-parent custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
|
|
pathname="/about"
|
|
canonical="/about"
|
|
>
|
|
<TwoColumnPage articleHtml={articleHtml} />
|
|
</SiteLayout>
|