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
|
|
|
)
|