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.

17 lines
232 B

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