Files
tabler/preview/pages/blank.astro
T

11 lines
456 B
Plaintext

---
// front matter is inert in the Liquid templates (never referenced) — the
// empty page header comes from the missing `page-header` key.
import DefaultLayout from '@shared/layouts/DefaultLayout.astro';
import Empty from '@shared/components/ui/Empty.astro';
---
<DefaultLayout title="Blank page" pageMenu="base.blank" containerCentered>
<Empty buttonText="Add your first client" buttonIcon="plus" illustration="computer-fix.svg" />
</DefaultLayout>