13 lines
524 B
Text
13 lines
524 B
Text
---
|
|
import SiteLayout from "../components/SiteLayout.astro";
|
|
import TwoColumnPage from "../components/TwoColumnPage.astro";
|
|
import articleHtml from "../content/pages/services.html?raw";
|
|
---
|
|
|
|
<SiteLayout
|
|
title="Sunday Services – FFWPU Ireland"
|
|
bodyClass="page-template-default page page-id-33 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
|
|
pathname="/services.html"
|
|
>
|
|
<TwoColumnPage articleHtml={articleHtml} />
|
|
</SiteLayout>
|