diff --git a/astro/src/layouts/WebpageLayout.astro b/astro/src/layouts/WebpageLayout.astro new file mode 100644 index 0000000..600c1c9 --- /dev/null +++ b/astro/src/layouts/WebpageLayout.astro @@ -0,0 +1,62 @@ +--- +import { getSettings } from "@/content/settings/settings"; + +const settings = await getSettings(); +--- + + +
+ + + + + + + + +