--- const { title } = Astro.props const websiteName = 'Template' const websiteDescription = 'This is just a template.' import Background from '../templates/components/Background/Background' import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackground' --- {title}