2018-08-11 22:16:56 +00:00
|
|
|
extends master.pug
|
2018-02-11 05:20:17 +00:00
|
|
|
|
|
|
|
block body
|
2018-08-11 22:16:56 +00:00
|
|
|
#root
|
2018-08-09 04:07:15 +00:00
|
|
|
v-app
|
2018-09-16 22:36:15 +00:00
|
|
|
editor(
|
2018-11-11 04:40:55 +00:00
|
|
|
:page-id=page.id
|
2018-09-16 22:36:15 +00:00
|
|
|
locale=page.localeCode
|
|
|
|
path=page.path
|
|
|
|
title=page.title
|
|
|
|
description=page.description
|
|
|
|
tags=page.tags
|
|
|
|
:is-published=page.isPublished
|
|
|
|
init-mode=page.mode
|
|
|
|
init-editor=page.editorKey
|
|
|
|
init-content=page.content
|
|
|
|
)
|