12 lines
139 B
Plaintext
12 lines
139 B
Plaintext
|
extends master.pug
|
||
|
|
||
|
block head
|
||
|
|
||
|
block body
|
||
|
#root
|
||
|
history(
|
||
|
id=page.id
|
||
|
locale=page.localeCode
|
||
|
path=page.path
|
||
|
)
|