feat: source + history (wip)
This commit is contained in:
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