14 lines
691 B
Text
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 – 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>
|