1 2 3 4 5 6 7 8 9
--- import Layout from '../layouts/Main.astro'; --- <Layout centered> <h1> <code style="white-space: nowrap;">npm init astro</code> </h1> </Layout>