doctype html
html
  head
    link(rel='stylesheet', href='style.css')
    title!=title
  body(style="background-color: #{color};")
    h1!=title
    section
      #app
    script!=shortcuts
    script(src='scripts.js')