wikijs-fork/server/views/history.pug
2018-11-25 01:28:20 -05:00

13 lines
177 B
Plaintext

extends master.pug
block head
block body
#root
history(
:page-id=page.id
locale=page.localeCode
path=page.path
live-content=page.content
)