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.

17 lines
373 B

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