12 lines
739 B
Text
12 lines
739 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-2017.html");
|
|
---
|
|
|
|
<SiteLayout title="2017 Sunday Service Archive – FFWPU Ireland" description="Archived FFWPU Ireland Sunday service videos from 2017." bodyClass="page-template-default page page-id-394 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left" pathname="/archive-sunday-services-2017.html" canonical="/archive-sunday-services-2017.html">
|
|
<TwoColumnPage articleHtml={articleHtml} />
|
|
</SiteLayout>
|
|
|