history.pug 177 B

123456789101112
  1. extends master.pug
  2. block head
  3. block body
  4. #root
  5. history(
  6. :page-id=page.id
  7. locale=page.localeCode
  8. path=page.path
  9. live-content=page.content
  10. )