--- import BaseLayout from './BaseLayout.astro' import { Icon } from 'astro-icon/components' interface Props { title?: string withGap?: boolean } const { title = '小帕的小窝', withGap = false } = Astro.props ---
{withGap &&