--- import { getCollection, render } from 'astro:content'; // Get all entries from a collection. // Requires the name of the collection as an argument. //const conferences = await getCollection('conferences'); const language = Astro.params; ---