--- import Code from './Code.astro'; const key = Object.keys(Astro.props)[0]; const value = Astro.props[key]; ---

Debug "{key}"