mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
25 lines
572 B
Handlebars
25 lines
572 B
Handlebars
<Layout::MasterNavigation @hideNavigation={{true}} />
|
|
<Layout::MasterToolbar />
|
|
|
|
<Layout::Grid::Container>
|
|
<Layout::Grid::Sidebar>
|
|
<div class="sidebar-content">
|
|
<div class="section">
|
|
<div class="title">{{localize 'welcome'}}</div>
|
|
<p>{{localize 'welcome_explain'}}</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>
|