--- import Layout from "../layouts/Layout.astro"; import Footer from "../components/Footer.astro"; import Posts from "../components/Posts.astro"; const posts = await Astro.glob("./now/and-then/posts/*.astro"); const page = { title: 'New Page', description: 'A template for a new page' } ---

{{page.title}}

Published on the

{{page.description}}