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.
 
 
 

20 lines
294 B

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