doctype html
html
  head
    meta(charset='utf-8')
    meta(http-equiv='X-UA-Compatible', content='IE=edge')
    != css("main")
  body
    h1 test
    include ./partials/404.jade
      
      
