wikijs-fork/server/views/layout.pug

13 lines
283 B
Plaintext
Raw Normal View History

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