1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-27 17:19:42 +02:00
documize/gui/app/pods/auth/share/template.hbs

26 lines
572 B
Handlebars
Raw Normal View History

2019-05-29 12:49:20 +01:00
<Layout::MasterNavigation @hideNavigation={{true}} />
<Layout::MasterToolbar />
2019-05-29 12:49:20 +01:00
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
2022-03-04 13:07:11 -05:00
<div class="title">{{localize 'welcome'}}</div>
<p>{{localize 'welcome_explain'}}</p>
2019-05-29 12:49:20 +01:00
</div>
</div>
</Layout::Grid::Sidebar>
2019-05-29 12:49:20 +01:00
<Layout::Grid::Content>
{{layout/logo-heading
title=appMeta.title
desc=appMeta.message
logo=true}}
2019-05-29 12:49:20 +01:00
{{onboard/share-folder
serial=serial
folderId=folderId
slug=slug}}
</Layout::Grid::Content>
</Layout::Grid::Container>