2018-08-11 22:16:56 +00:00
|
|
|
extends master.pug
|
2018-08-09 04:07:15 +00:00
|
|
|
|
|
|
|
block head
|
|
|
|
|
|
|
|
block body
|
2018-08-11 22:16:56 +00:00
|
|
|
#root
|
2018-08-20 05:02:57 +00:00
|
|
|
page(
|
|
|
|
locale=page.localeCode
|
|
|
|
path=page.path
|
|
|
|
title=page.title
|
|
|
|
description=page.description
|
|
|
|
tags=page.tags
|
|
|
|
created-at=page.createdAt
|
|
|
|
updated-at=page.updatedAt
|
|
|
|
author-name=page.authorName
|
2018-09-16 22:36:15 +00:00
|
|
|
:author-id=page.authorId
|
2018-08-20 05:02:57 +00:00
|
|
|
is-published=page.isPublished
|
|
|
|
)
|
|
|
|
template(slot='contents')!= page.render
|