mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
11 lines
432 B
Plaintext
11 lines
432 B
Plaintext
---
|
|
// front matter keys unused — empty page header comes from missing `page-header` key.
|
|
import DefaultLayout from '@shared/layouts/DefaultLayout.astro'
|
|
import Empty from '@ui/Empty.astro'
|
|
---
|
|
|
|
<DefaultLayout title="Blank page" pageMenu="base.blank" containerCentered>
|
|
<h1 class="visually-hidden">Blank page</h1>
|
|
<Empty buttonText="Add your first client" buttonIcon="plus" illustration="computer-fix.svg" />
|
|
</DefaultLayout>
|