mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
7 lines
524 B
Handlebars
7 lines
524 B
Handlebars
<div id="page-{{ page.id }}" class="is-a-tab wysiwyg non-printable {{if expanded 'tab-max' 'tab-min'}}" data-id="{{ page.id }}" data-type="{{ page.contentType }}">
|
|
{{document/tab-heading tagName=page.tagName document=document folder=folder page=page isEditor=isEditor
|
|
onExpand=(action 'onExpand') onSavePageAsBlock=(action 'onSavePageAsBlock') onCopyPage=(action 'onCopyPage') onMovePage=(action 'onMovePage') onDeletePage=(action 'onDeletePage')}}
|
|
{{#if expanded}}
|
|
{{section/base-renderer page=page}}
|
|
{{/if}}
|
|
</div>
|