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
|
2017-09-24 23:22:33 -04:00
|
|
|
#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
|
2017-05-21 16:43:58 -04:00
|
|
|
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
|