--- import {Markdown} from 'astro/components' import formatName from './function/format-name.js' const {data:{name,pkgJSON:{description}}} = Astro.props ---
{name}
{description}
--template {name}