You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
284 B

  1. extends ./master.pug
  2. block body
  3. body
  4. #root.has-stickynav(class=['is-primary-' + appconfig.theme.primary, 'is-alternate-' + appconfig.theme.alt])
  5. include ./common/header.pug
  6. alert
  7. main
  8. block content
  9. include ./common/footer.pug
  10. block outside