--- const gallery = await Astro.glob('../../content/gallery/gallery-sample.md'); const images = gallery[0]?.frontmatter.images || []; ---

Our Photo Gallery

A glimpse into our vibrant community and cultural celebrations.

{images.slice(0, 4).map((img: string, idx: number) => (
{`Gallery
))}
View Full Gallery