--- import Markdown from "./Markdown.astro"; const { intro } = Astro.props; ---
{intro &&

{intro}

}