Limited Edition
++ The limited edition Astronaut Figurine is the perfect gift for any Astro contributor. This + fully-poseable action figurine comes equipped with: +
++ * Dust not actually from the lunar surface +
+ + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro new file mode 100644 index 0000000000..aa8c34773f --- /dev/null +++ b/src/layouts/Layout.astro @@ -0,0 +1,113 @@ +--- +import CartFlyout from '../components/CartFlyout'; +import CartFlyoutToggle from '../components/CartFlyoutToggle'; +import { withBase } from '../utils'; + +interface Props { + title: string; +} + +const { title } = Astro.props; +--- + + + + + + + + +