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