--- import Icon from "./Icon.astro"; import { interests } from "../data/content"; ---
05 / à-côté

Centres d'intérêt

{interests.map((it) => (
{it.name}
{it.note}
))}