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.

19 lines
409 B

  1. extends master.pug
  2. block head
  3. block body
  4. #root
  5. page(
  6. locale=page.localeCode
  7. path=page.path
  8. title=page.title
  9. description=page.description
  10. tags=page.tags
  11. created-at=page.createdAt
  12. updated-at=page.updatedAt
  13. author-name=page.authorName
  14. :author-id=page.authorId
  15. is-published=page.isPublished
  16. )
  17. template(slot='contents')!= page.render