--- const { currentPost } = Astro.props; // Aquí deberías implementar la lógica para obtener posts relacionados // Por ejemplo, basándote en categorías, tags, o algún otro criterio const relatedPosts = [{ title: "Prueba", excerpt: "Prueba", url: "Prueba" }]; ---