1 2 3 4 5 6 7 8 9 10
--- import One from '../layouts/One.astro' import { Content } from '../test.mdx' --- <One> <h1>Astro</h1> <Content /> </One>