--- interface Props { page: BlogIndex; } const { page } = Astro.props; ---
Blog Index