--- import { type GistData } from './plugin'; type Props = GistData['data'] const { stylesheet, html } = Astro.props; ---
{stylesheet && } {html &&
}