--- import { getAllWebpages } from "@/content/pages/pages"; import { getAllAlbums } from "@/content/photos/albums"; import { getSettings } from "@/content/settings/settings" import WebpageLayout from "@/layouts/WebpageLayout.astro"; const settings = await getSettings(); const webpages = await getAllWebpages(); ---

Test