--- import { getAllScotsoun } from '$data/scotsoun'; import type Locale from '$types/Locale'; interface Props { locale: Locale; } const { locale } = Astro.props; const scotsoun = await getAllScotsoun(); ---
{scotsounItem.title}