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.

21 lines
313 B

  1. doctype html
  2. html(class="no-js", lang="en")
  3. block set_site_root
  4. - var site_root = './'
  5. block set_current_page
  6. - var page = 'default'
  7. include ./meta.pug
  8. body(class=page)
  9. include ./header.pug
  10. #content
  11. block content
  12. p This is default content.
  13. include ./footer.pug
  14. include ./scripts.pug