add breadcrumbs and view_modes (tabs) macros to liquid base template
This commit is contained in:
parent
e720d1c5a5
commit
14538e90e7
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,10 @@
|
|||
</div>
|
||||
|
||||
<div id="content" metal:define-macro="content">
|
||||
<div metal:define-slot="actions"></div>
|
||||
<div metal:define-slot="message"></div>
|
||||
<div metal:define-slot="breadcrumbs" />
|
||||
<div metal:define-slot="actions" />
|
||||
<div metal:define-slot="message" />
|
||||
<div metal:define-slot="view_modes" />
|
||||
<metal:content define-slot="content">
|
||||
<tal:content define="item nocall:view/item;
|
||||
level level|python: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue