doctype 5
html
  head
    link(rel='stylesheet', href='/bootstrap/css/bootstrap.min.css')
    link(rel='stylesheet', href='/stylesheets/style.css')

  body
    .container 
      block content

    script(src="/javascripts/jquery.js")
    script(src="/javascripts/jade.js")
    script(src="/bootstrap/js/bootstrap.js")
    script(src="/socket.io/socket.io.js")

    block scripts
