--- import '../styles/global.css'; interface Props { title: string; description?: string; noindex?: boolean; } const { title, description = 'Centro Renacer en Quillota. Comunidad, proyectos y voluntariado para transformar realidades.', noindex = false, } = Astro.props; ---
{noindex && }