--- import { t, l } from "astro-i18n"; import BaseLayout from "../layouts/BaseLayout.astro"; const pageTitle = t("accueil"); ---