--- interface Props { page: number totalPage: number } const {page, totalPage} = Astro.props --- {totalPage > 1 && }