extends ../layout mixin tocMenu(ti) each node in ti li a(href='#' + node.anchor, title=node.content)= node.content if node.nodes.length > 0 ul +tocMenu(node.nodes) block rootNavRight i.nav-item#notifload a.nav-item(href='#') | History a.nav-item(href='#') | Source span.nav-item a.button(href='/edit/' + pageData.meta.path) span.icon i.fa.fa-edit span Edit a.button.is-primary(href='#', onclick='$(".modal").addClass("is-active");') span.icon i.fa.fa-plus span Create block content #page-type-view(data-entrypath=pageData.meta.path) section.section .container.is-fluid .columns .column.is-narrow.sd-menus.is-hidden-touch .box aside.menu(style= { 'min-width': '200px' }) p.menu-label | Navigation ul.menu-list li a(href='/') Home if pageData.parent li a(href='/' + pageData.parent.path)= pageData.parent.title li a(href='/account') Account .box.stickyscroll(data-margin-top=70) aside.menu(style= { 'min-width': '200px' }) p.menu-label | Contents ul.menu-list a(href='#root', title='Start') Start +tocMenu(pageData.tree) .column h1.title#title= pageData.meta.title if pageData.meta.subtitle h2.subtitle= pageData.meta.subtitle .content.mkcontent != pageData.html .modal .modal-background .modal-container .modal-content .card.is-fullwidth header.card-header p.card-header-title Create New Page .card-content .content label.label Enter the new document name: p.control input.input(type='text', placeholder='page-name') footer.card-footer a.card-footer-item(onclick='$(".modal").removeClass("is-active");') Discard a.card-footer-item.featured Create