page title aside true page_6 false <script setup> import Page from "./.vitepress/theme/components/Page.vue"; import { useData } from "vitepress"; const { theme } = useData(); const posts = theme.value.posts.slice(40,48) </script>