feat: source + history (wip)

This commit is contained in:
Nicolas Giard
2018-11-25 01:28:20 -05:00
parent 076aeaf749
commit 78ba895eee
17 changed files with 374 additions and 81 deletions

11
server/views/source.pug Normal file
View 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