13 lines
177 B
Plaintext
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
|
|
)
|