diff --git a/src/layouts/Layout.astro b/src/layouts/Default.astro similarity index 100% rename from src/layouts/Layout.astro rename to src/layouts/Default.astro diff --git a/src/layouts/Empty.astro b/src/layouts/Empty.astro new file mode 100644 index 0000000..4fac623 --- /dev/null +++ b/src/layouts/Empty.astro @@ -0,0 +1,44 @@ +--- +import "~/assets/styles/base.css"; + +const { title = "", description = "", withHeader = true } = Astro.props; +--- + + + +
+ + + +