--- import WebsiteLayout from './WebsiteLayout.astro'; interface Props { signupEnabled: boolean; } const { signupEnabled } = Astro.props; ---