familyfedie-website/src/pages/archive-sunday-services-2014.astro
2026-06-11 18:31:35 +00:00

12 lines
732 B
Text

---
import SiteLayout from "../components/SiteLayout.astro";
import TwoColumnPage from "../components/TwoColumnPage.astro";
import { legacyPageArticle } from "../lib/legacy-page";
const articleHtml = legacyPageArticle("archive-sunday-services-2014.html");
---
<SiteLayout title="2014 Sunday Services &#8211; FFWPU Ireland" description="Archived FFWPU Ireland Sunday service videos from 2014." bodyClass="page-template-default page page-id-403 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/archive-sunday-services-2014.html" canonical="/archive-sunday-services-2014.html">
<TwoColumnPage articleHtml={articleHtml} />
</SiteLayout>