feat: source + history (wip)
This commit is contained in:
@@ -5,7 +5,8 @@ block head
|
||||
block body
|
||||
#root
|
||||
history(
|
||||
id=page.id
|
||||
:page-id=page.id
|
||||
locale=page.localeCode
|
||||
path=page.path
|
||||
live-content=page.content
|
||||
)
|
||||
|
11
server/views/source.pug
Normal file
11
server/views/source.pug
Normal file
@@ -0,0 +1,11 @@
|
||||
extends master.pug
|
||||
|
||||
block head
|
||||
|
||||
block body
|
||||
#root
|
||||
page-source(
|
||||
page-id=page.id
|
||||
locale=page.localeCode
|
||||
path=page.path
|
||||
)= page.content
|
Reference in New Issue
Block a user