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.

23 lines
485 B

  1. extends ../layout
  2. block rootNavCenter
  3. h2.nav-item= pageData.meta.title
  4. block rootNavRight
  5. a.nav-item(href='#')
  6. | History
  7. a.nav-item(href='#')
  8. | Source
  9. span.nav-item
  10. a.button.is-danger(href='/' + pageData.meta.path)
  11. span.icon
  12. i.fa.fa-times
  13. span Discard
  14. a.button.is-success(href='#', onclick='$(".modal").addClass("is-active");')
  15. span.icon
  16. i.fa.fa-check
  17. span Save Changes
  18. block content
  19. section.section.is-small
  20. textarea#mk-editor= pageData.markdown