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

doctype html
html(class="no-js", lang="en")
block set_site_root
- var site_root = './'
include ./html_head.pug
body
include ./header.pug
#content
block content
p This is default content.
include ./footer.pug