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.

15 lines
208 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. #content
  8. block content
  9. p This is default content.
  10. include ./footer.pug