familyfedie-website/src/pages/the-founders.astro
Loyyd 9d0a823351
Some checks are pending
/ deploy (push) Waiting to run
checks
2026-06-11 09:54:39 +02:00

14 lines
691 B
Text

---
import SiteLayout from "../components/SiteLayout.astro";
import TwoColumnPage from "../components/TwoColumnPage.astro";
import articleHtml from "../content/pages/the-founders.html?raw";
---
<SiteLayout
title="The Founders &#8211; FFWPU Ireland"
bodyClass="page-template-default page page-id-71 custom-background tribe-no-js metaslider-plugin parabola-image-three caption-light meta-light parabola_triagles parabola-menu-left"
pathname="/the-founders.html"
>
<link slot="head" rel="stylesheet" id="su-shortcodes-css" href="/assets/vendor/shortcodes/includes/css/shortcodes.css?ver=7.3.1" type="text/css" media="all" />
<TwoColumnPage articleHtml={articleHtml} />
</SiteLayout>