1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-06 14:05:23 +02:00
documize/gui/app/pods/folder/block/template.hbs

31 lines
1 KiB
Handlebars
Raw Normal View History

2019-05-20 17:40:57 +01:00
<Layout::MasterNavigation />
<Layout::MasterToolbar>
<div class="zone-1">
{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
{{ui/ui-toolbar-button themed=true uppercase=false
icon=constants.Icon.ArrowLeft label=model.space.name onClick=(action "onBack")}}
{{/ui/ui-toolbar}}
</div>
2019-05-20 17:40:57 +01:00
</Layout::MasterToolbar>
2017-03-04 21:07:39 +00:00
2019-05-20 17:40:57 +01:00
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
<div class="title">about</div>
<div class="text">Manage reusable snippets of content for this space</div>
2019-05-20 17:40:57 +01:00
</div>
</div>
</Layout::Grid::Sidebar>
2018-05-30 16:08:25 +01:00
2019-05-20 17:40:57 +01:00
<Layout::Grid::Content>
{{layout/logo-heading
title="Content Blocks"
desc="Content blocks provide re-usable content that can be inserted into any document"
icon=constants.Icon.Integrations}}
{{document/block-editor document=model.document folder=model.space block=model.block
2019-05-20 17:40:57 +01:00
onCancel=(action "onCancel") onAction=(action "onAction")}}
</Layout::Grid::Content>
</Layout::Grid::Container>