--- import BaseLayout from '../layouts/base.astro'; import talks from '../talks.json'; ---

Talks ({talks.length})

{talks.map((entry) => (
))}