You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
643 B

  1. extends ../layout.pug
  2. block rootNavCenter
  3. h2.nav-item= pageData.meta.title
  4. block rootNavRight
  5. i.nav-item#notifload
  6. span.nav-item
  7. a.button.is-outlined.btn-move-prompt.is-hidden
  8. i.icon-shuffle
  9. span Move
  10. a.button.is-outlined(href='/' + pageData.meta.path)
  11. i.icon-loader
  12. span Normal View
  13. a.button.is-orange(href='/edit/' + pageData.meta.path)
  14. i.fa.fa-edit
  15. span Edit
  16. a.button.is-blue.btn-create-prompt
  17. i.fa.fa-plus
  18. span Create
  19. block content
  20. #page-type-source(data-entrypath=pageData.meta.path)
  21. .ace-container
  22. #source-display= pageData.markdown
  23. include ../modals/create.pug
  24. include ../modals/move.pug