wikijs-fork/server/views/history.pug

13 lines
177 B
Plaintext
Raw Normal View History

2018-10-29 02:09:58 +00:00
extends master.pug
block head
block body
#root
history(
2018-11-25 06:28:20 +00:00
:page-id=page.id
2018-10-29 02:09:58 +00:00
locale=page.localeCode
path=page.path
2018-11-25 06:28:20 +00:00
live-content=page.content
2018-10-29 02:09:58 +00:00
)