mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
25 lines
584 B
Handlebars
25 lines
584 B
Handlebars
<Layout::MasterNavigation @hideNavigation={{true}} />
|
|
<Layout::MasterToolbar />
|
|
|
|
<Layout::Grid::Container>
|
|
<Layout::Grid::Sidebar>
|
|
<div class="sidebar-content">
|
|
<div class="section">
|
|
<div class="title">welcome to documize</div>
|
|
<p>Let's set up your account and get you started</p>
|
|
</div>
|
|
</div>
|
|
</Layout::Grid::Sidebar>
|
|
|
|
<Layout::Grid::Content>
|
|
{{layout/logo-heading
|
|
title=appMeta.title
|
|
desc=appMeta.message
|
|
logo=true}}
|
|
|
|
{{onboard/share-folder
|
|
serial=serial
|
|
folderId=folderId
|
|
slug=slug}}
|
|
</Layout::Grid::Content>
|
|
</Layout::Grid::Container>
|