--- import PhotoFooter from '../components/photo/PhotoFooter.astro'; import type { Locale } from '../utils/i18n'; interface Props { title?: string; enableScroll?: boolean; lang?: Locale; } const { title = "Galerie Photo - Jalil Arfaoui", enableScroll = false, lang = 'fr' } = Astro.props; --- {title}