2019-05-29 12:49:20 +01:00
|
|
|
<Layout::MasterNavigation @hideNavigation={{true}} />
|
|
|
|
<Layout::MasterToolbar />
|
2019-01-11 14:03:03 +00:00
|
|
|
|
2019-05-29 12:49:20 +01:00
|
|
|
<Layout::Grid::Container>
|
|
|
|
<Layout::Grid::Sidebar>
|
|
|
|
<div class="sidebar-content">
|
|
|
|
<div class="section">
|
|
|
|
<div class="title">welcome to documize</div>
|
2019-06-03 17:00:06 +01:00
|
|
|
<p>Let's set up your account and get you started</p>
|
2019-05-29 12:49:20 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</Layout::Grid::Sidebar>
|
2019-01-11 14:03:03 +00:00
|
|
|
|
2019-05-29 12:49:20 +01:00
|
|
|
<Layout::Grid::Content>
|
|
|
|
{{layout/logo-heading
|
|
|
|
title=appMeta.title
|
|
|
|
desc=appMeta.message
|
|
|
|
logo=true}}
|
2019-01-11 14:03:03 +00:00
|
|
|
|
2019-05-29 12:49:20 +01:00
|
|
|
{{onboard/share-folder
|
|
|
|
serial=serial
|
|
|
|
folderId=folderId
|
|
|
|
slug=slug}}
|
|
|
|
</Layout::Grid::Content>
|
|
|
|
</Layout::Grid::Container>
|