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.

16 lines
339 B

  1. extends master.pug
  2. block body
  3. #root
  4. editor(
  5. :page-id=page.id
  6. locale=page.localeCode
  7. path=page.path
  8. title=page.title
  9. description=page.description
  10. tags=page.tags
  11. :is-published=page.isPublished
  12. init-mode=page.mode
  13. init-editor=page.editorKey
  14. init-content=page.content
  15. )