12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
|
extends master.pug
|
||
|
|
||
|
block head
|
||
|
|
||
|
block body
|
||
|
#root
|
||
|
page-source(
|
||
|
page-id=page.id
|
||
|
locale=page.localeCode
|
||
|
path=page.path
|
||
|
)= page.content
|