wikijs-fork/server/views/layout.pug

13 lines
283 B
Plaintext
Raw Normal View History

2017-09-10 05:41:22 +00:00
extends ./master.pug
2016-08-17 03:56:08 +00:00
2017-09-10 05:41:22 +00:00
block body
2017-02-10 02:35:37 +00:00
body
#app.has-stickynav(class=['is-primary-' + appconfig.theme.primary, 'is-alternate-' + appconfig.theme.alt])
2017-02-10 02:35:37 +00:00
include ./common/header.pug
alert
2017-02-10 02:35:37 +00:00
main
block content
include ./common/footer.pug
2016-08-17 03:56:08 +00:00
2017-02-10 02:35:37 +00:00
block outside