doctype html
html
  head
    title 
    link(rel='stylesheet', href='/public/style/main.css')
  body
    h1 It works 
    
    script(src='/public/scripts/main.js')
