--- import { Background, HTML } from '../../@dasig' interface Props { title: string } const { title } = Astro.props ---