mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
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
|